Check out this blog for help with making contributions for the first time.
- Fork this repo to your account
- Clone it to your machine
- Create a branch with a descriptive name
- Code
- Commit your code with descriptive messages as you code
- Push your code to GitHub (it will get pushed to your fork)
- Open a pull request
-
Install dependencies
npm install
-
Run the development server
npm run dev
Open http://localhost:5173 with your browser to see the result.
Head to the Thirdweb dashboard and make an API key. In order to do that, you need to have a Web3 Wallet and an account on Thirdweb. This page will guide you through it so you can set it up in a few minutes.
After creating your API key, you will get a Client ID along with it. Create a .env file and paste it there. Refer the .example.env file.
For the encryption key, use any string you like.