Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I removed deprecated networks. #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ An npm package for seamless integration of all NFT related functionalities in We
- [Infura](https://infura.io/product/ipfs)
- [Arweave](https://www.arweave.org/)
3. Draft ERC721/ERC1155 Smart Contracts from scratch with [Open Zeppelin Wizard](https://github.com/OpenZeppelin/contracts-wizard)
4. Deploy a Smart Contract to blockchain. Mainnets and Testnets of the following are supported are supported.
- [Ethereum](https://ethereum.org/): Mainnet, Ropsten, Rinkeby, Goerli, Kovan
- [Polygon](https://polygon.technology/): Mainnet, Mumbai
4. Deploy a Smart Contract to blockchain. Mainnets and Testnets of the following are supported:
- [Ethereum](https://ethereum.org/): Mainnet and Goerli
- [Polygon](https://polygon.technology/): Mainnet and Mumbai
5. Mint NFTs on a Smart Contract deployed on any of the supported networks.

## Project Workflows
Expand Down