Starter kit to build with Create React App and thirdweb without additional initial configuration.
Install the template with thirdweb create
npx thirdweb create --template cra-javascript-starter
Install dependencies
yarn
Start the server
yarn start
To run this project, you will need to add the CLIENT_ID
variables to your .env file.
You can generate your clientId
and secretKey
via thirdweb's dashboard.
Deploy a copy of your application to IPFS using the following command:
yarn deploy
Contributions and feedback are always welcome!
Please visit our open source page for more information.
For help, join the discord or visit our support page.