Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/AlessandroAnnini/epic-nfts

Buildspace - Mint your own NFT collection and ship a Web3 app to show them off
https://github.com/AlessandroAnnini/epic-nfts

hardhat react solidity

Last synced: 3 months ago
JSON representation

Buildspace - Mint your own NFT collection and ship a Web3 app to show them off

Awesome Lists containing this project

README

        

# epic-nfts

## Mint your own NFT collection and ship a Web3 app to show them off

If you're a developer curious about NFTs, this is perfect. Programmatically generate your own NFT collection, write + deploy a smart contract in Solidity, and build your own React dApp to let friends connect their wallets and interact w/ your NFTs

[buildspace](https://buildspace.so/)
[project](https://app.buildspace.so/projects/CO961ddb5f-f428-4608-9949-a9a2f461eb3f)

## Useful links

- [Solidity Inheritance](https://solidity-by-example.org/inheritance/)
- [ERC721](https://eips.ethereum.org/EIPS/eip-721)
- [OpenZeppelin ERC721 contract](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol)
- [Rainbow.me](https://rainbow.me/)
- [SVG Viewer](https://www.svgviewer.dev/)
- [SVG Tutorial](https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial)
- [base64 encoder/decoder](https://www.utilities-online.info/base64)
- [Generate Random Numbers in your Smart Contracts](https://docs.chain.link/docs/chainlink-vrf/)
- [NFT preview](https://nftpreview.0xdev.codes/)
- [Signers](https://docs.ethers.io/v5/api/signer/#signers)
- [GAS AND FEES](https://ethereum.org/en/developers/docs/gas/)
- [Contract events](https://docs.soliditylang.org/en/v0.4.21/contracts.html#events)
- [chainId vs NetworkId](https://ethereum.stackexchange.com/questions/37533/what-is-a-chainid-in-ethereum-how-is-it-different-than-networkid-and-how-is-it)
- [Chain IDs](https://docs.metamask.io/guide/ethereum-provider.html#chain-ids)
- [What is IPFS?](https://docs.ipfs.io/concepts/what-is-ipfs/)
- [Pinata](https://www.pinata.cloud/)
- [Ethereum Virtual Machine Opcodes](https://ethervm.io/)