Get Started
In this getting started guide, we'll show you how to build and deploy a full web3 application! You'll learn how to:
- Create and deploy a smart contract
- Manage your contract from the dashboard
- Build a React app using the SDK to interact with the contract
Visual learner? Watch the video guide instead!
Before You Begin
We recommend you have the following tools installed before you begin:
- Node.js and npm: To install our SDK into your project.
- Yarn: For executing scripts in our React app.
- Git: For using the
create
command in our CLI.