Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.15 KB

File metadata and controls

36 lines (24 loc) · 1.15 KB

First time contributing

Check out this blog for help with making contributions for the first time.

General steps

  1. Fork this repo to your account
  2. Clone it to your machine
  3. Create a branch with a descriptive name
  4. Code
  5. Commit your code with descriptive messages as you code
  6. Push your code to GitHub (it will get pushed to your fork)
  7. Open a pull request

Running the app

  1. Install dependencies

    npm install
  2. Run the development server

     npm run dev

Open http://localhost:5173 with your browser to see the result.

Environment variables

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.