Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.