Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 965 Bytes

File metadata and controls

40 lines (26 loc) · 965 Bytes

Using This Template

Create a project using this example:

npx thirdweb create --template node-typescript-starter

Install dependencies:

npm install # npm
yarn # yarn
  • Export your wallet private key from your wallet and add it to the .env file.
PRIVATE_KEY=your_private_key
  • Run the project:
npm run dev # npm
yarn dev # yarn

Learn More

To learn more about thirdweb and Next.js, take a look at the following resources:

You can check out the thirdweb GitHub organization - your feedback and contributions are welcome!

Join our Discord!

For any questions, suggestions, join our discord at https://discord.gg/thirdweb.