kaymomin / deterministic-deploy-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy contracts with the same address on any chain

This demo script shows how to deploy a published contract on multiple chains with the same address.

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

About


Languages

Language:TypeScript 100.0%