#1
create-near-app
?This challenge will take you on a tour of create-near-app
, the fastest way to get started building on NEAR Protocol. You will have to run the tool locally and pay close attention to the output but the payoff will be good: you will learn how to build dApps compatible with NEAR Protocol in minutes. create-near-app
is great for generating a working starting point for your own hackathon projects.
Good luck and have fun!
Estimates for Time to Complete
Expected Response Format
frontend: a, b, c
contract: x, y, z
1. Visit near.org
The main website of NEAR Protocol is at https://near.org. Here you will find an overview of the platform, the team, the community and the technology.
2. Follow the instructions to "Build your first app in 5 min. Try it!"
The very first thing NEAR invites developers to try is create-near-app
.
You have to have NodeJS installed for this command to work so, if you've never run NodeJS locally before, you will have to install it first via the nodejs.org website here https://nodejs.org/en/download/
3. Use the --help
flag to view all options
Once you're ready to run npx create-near-app
, just append the --help
flag to the command to see all possible combinations of frontend and contract technologies.
The NEAR collective built a few of these internally and then issued bounties for others. Several community members contributed their favorite frontend framework like this one: https://github.com/near/create-near-app/pull/452
You can checkout other bounties here: https://near.org/bounties/
4. Format and submit your response
To submit your response to this challenge, compose your answer in the following format:
You can read more about create-near-app
here: https://github.com/near/create-near-app