NEAR Application Reviews
Get insights and explanations directly from NEAR Core team members as they talk through the intricacies of dApp development.
Episode # 1 - App Access Keys
Everything you wanted to know about access keys but were afraid to ask!
- Onboard users without them having to set up a wallet!
- Explore unique UX onboarding pattern with NEAR's access keys.
- Strategy discussion for progressively decentralizing a user's account.
Episode # 2 - Social Token Drop (pt. 1)
Ways to drop social tokens to users who don't have wallets or gas!
- Explore easy ways to drop tokens to your friends without having to follow 3000 steps to get a crypto wallet.
- It's here, it's NEAR, it's crystal clear!
Episode # 3 - Social Token Drop (pt. 2)
Episode # 4 - Cross Contract Calls
WHAAAAAT? Contracts can call other contracts?
- Deploy multiple contracts on testnet and run tests with 1 command? Whoaaaaa!
- How to call contracts.
- Set up your environment for quick testing.
- General reasoning about some of the basic of cross contract calls and "composition" as NEAR Protocol expands!
Episode # 5 - Payments API
Learn how to make a Payments API that accepts NEAR tokens.
- Manage a unique address that user's can deposit to with their username + some meta data.
- "enter a tournament" by submitting a username and a tournament name.
- An account is generated and you send NEAR to the account.
- Finally, deposit the near and the payments API destroys the temporary account and takes the funds.
Episode # 6 - NFT Example
Learn how to make a Payments API that accepts NEAR tokens.
- Manage a unique address that user's can deposit to with their username + some meta data.
- "Enter a tournament" by submitting a username and a tournament name.
- An account is generated and you send NEAR to the account.
- Finally, deposit the near and the payments API destroys the temporary account and takes the funds.