Skip to content

A starter template project for creating Node.js scripts with TypeScript and the thirdweb TypeScript SDK

Notifications You must be signed in to change notification settings

thirdweb-example/node-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tw-banner

node-starter

Starter kit to build with Node and thirdweb without additional initial configuration.

Installation

Install the template using thirdweb create

  npx thirdweb create app --node

Run Locally

Install dependencies:

  yarn

Run the script:

  yarn start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file:

WALLET_PRIVATE_KEY=paste_your_private_key_here
THIRDWEB_SECRET_KEY=paste_your_secret_key_here
  • Generate your THIRDWEB_SECRET_KEY via thirdweb's dashboard.

  • For WALLET_PRIVATE_KEY export your wallet private key from your wallet.

Additional Resources

Contributing

Contributions and feedback are always welcome!

Please visit our open source page for more information.

Need help?

For help, visit our support site.

About

A starter template project for creating Node.js scripts with TypeScript and the thirdweb TypeScript SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published