With this project, you can get a taste of soulbound tokens plus mint non-transferable token representations of your Gitcoin Passport stamps on the Goerli network.
In order to successfully use this app, you will need a Gitcoin Passport with stamps. Visit https://passport.gitcoin.co to create your Gitcoin Passport
- Install the Passport SBT Minter:
git clone https://github.com/aminah-io/passport-sbt-minter
cd passport-sbt-minter
npm install
- Create environment files, and replace environment variables with your own values
cp .env.example .env
- To run the app locally
npm run dev
(The contract address for the Passport SBT Minter has been hard-coded into the .env.example for your use)
You can visit https://passport-sbt-minter.vercel.app to play with the app!
- Remember to create your .env file before you start if running the project locally
- Make sure that you're on the Goerli network