Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alikonuk1/mintcontracts-frontend
Frontend for https://github.com/alikonuk1/mintcontracts
https://github.com/alikonuk1/mintcontracts-frontend
Last synced: 22 days ago
JSON representation
Frontend for https://github.com/alikonuk1/mintcontracts
- Host: GitHub
- URL: https://github.com/alikonuk1/mintcontracts-frontend
- Owner: alikonuk1
- Created: 2022-08-05T22:10:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T15:23:38.000Z (over 2 years ago)
- Last Synced: 2023-03-07T09:42:03.781Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://mintcontracts.xyz
- Size: 354 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MintContracts Factory
- one-click ERC721SB smart contract deployment.
- Networks: Polygon, Mumbai, Goerli.
- Powered by: https://github.com/alikonuk1/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)## Technologies used:
- RainbowKit: [Rainbow Kit](https://www.rainbowkit.com/).
- Web Framework: [Next JS (create-next-app)](https://nextjs.org/docs/api-reference/create-next-app).
- React Component Library: [material-ui (mui)](https://mui.com/)## Local development
```
git clone https://github.com/alikonuk1/mintcontracts-frontend.git
cd mintcontracts-frontend
```Then, run the development server:
```bash
npm i
npm run dev
# or
yarn
yarn dev
```## 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.