Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alikonuk1/mintcontracts
No code option for minting Soulbound Tokens
https://github.com/alikonuk1/mintcontracts
Last synced: 22 days ago
JSON representation
No code option for minting Soulbound Tokens
- Host: GitHub
- URL: https://github.com/alikonuk1/mintcontracts
- Owner: alikonuk1
- Created: 2022-07-15T14:29:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-09T20:18:04.000Z (over 2 years ago)
- Last Synced: 2023-03-07T09:42:03.577Z (almost 2 years ago)
- Language: Solidity
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MintContracts
## Deployed Factory Contracts
- `Ethereum` - [To be deployed..](https://etherscan.io)
- `Polygon` - [0x74eBee5c642701c011f8f1fCC336Af6C524e7754](https://polygonscan.com/address/0x74ebee5c642701c011f8f1fcc336af6c524e7754#code)
- `Optimism` - [To be deployed..](https://optimistic.etherscan.io)
- `Bsc` - [To be deployed..](https://bscscan.com)
- `Goerli` - [0x40ba239270CF49030837279C1D01781CBf377F6E](https://goerli.etherscan.io/address/0x40ba239270CF49030837279C1D01781CBf377F6E#code)
- `Mumbai` - [0x0a80Ed498f9977c80E6354723cd92064eb925fA4](https://mumbai.polygonscan.com/address/0x0a80Ed498f9977c80E6354723cd92064eb925fA4#code)
- `Optimism Testnet` - [To be deployed..](https://kovan-optimistic.etherscan.io)### Local development
1. Install [Foundry](https://github.com/foundry-rs/foundry)
1. `git submodule init && git submodule update`
1. `forge test`
1. `forge build`
1. Run anvil on a seperate terminal `anvil`
1. `make deploy-local`## Safety
```diff
- WARNING: these contracts are unaudited
```This is **experimental software** and is provided on an "as is" and "as available" basis.
We **do not give any warranties** and **will not be liable for any loss** incurred through any use of this codebase.