Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/AlessandroAnnini/epic-nfts
- Owner: AlessandroAnnini
- Created: 2021-11-29T07:10:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-07T00:33:34.000Z (almost 3 years ago)
- Last Synced: 2024-04-18T14:18:11.056Z (7 months ago)
- Topics: hardhat, react, solidity
- Language: JavaScript
- Homepage: https://epic-nfts-react-alean.vercel.app/
- Size: 242 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-buildspace - epic-nfts
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/)