Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

thirdweb-example/express-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express Typescript Starter

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

Installation

Install the template with thirdweb create

  npx thirdweb create app --express --typescript --evm

Run Locally

Install dependencies:

  yarn

Start the server:

  yarn build
  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, join the discord or visit our support page.

About

Starter template for Express.js, Typescript, and the thirdweb TypeScript SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6