vacp2p / rln-contract

RLN contract
Apache License 2.0
13 stars 6 forks source link

chore: configure and deploy STT #7

Open richard-ramos opened 1 year ago

richard-ramos commented 1 year ago

In https://github.com/vacp2p/rln-contract/pull/3, the SNT was added and kept commented for future reference. In this PR I uncomment this code and add a script that can be used to deploy a MiniMeToken like the one used with Status SNT token, in case some exploration work needs to be done with ERC20 support:

npx hardhat run scripts/deploy-stt.ts

To deploy on goerli (altho there's already a STT contract available there) npx hardhat run --network goerli scripts/deploy-stt.ts

s1fr0 commented 1 year ago

Not sure if I really get what this PR is supposed to do (features, fixes, etc.). Could you please provide some context in the description? Thanks!

richard-ramos commented 1 year ago

Description updated!

rymnc commented 1 year ago

@richard-ramos can we close this? not sure if we want the stt token here