Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pguardiario/next-web3-starter
Next web3 starter with solidity contract for minting NFTs
https://github.com/pguardiario/next-web3-starter
minting minting-nfts nextjs nft nfts smart-contracts solidity web3
Last synced: 9 days ago
JSON representation
Next web3 starter with solidity contract for minting NFTs
- Host: GitHub
- URL: https://github.com/pguardiario/next-web3-starter
- Owner: pguardiario
- Created: 2024-08-07T04:40:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T05:18:59.000Z (5 months ago)
- Last Synced: 2024-11-06T06:14:04.806Z (about 2 months ago)
- Topics: minting, minting-nfts, nextjs, nft, nfts, smart-contracts, solidity, web3
- Language: Solidity
- Homepage: https://next-web3-starter-lake.vercel.app/
- Size: 17.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[Demo](https://next-web3-starter-lake.vercel.app/)
## Getting Started
```bash
npm run dev
# or
yarn dev
```## Learn More
- The solidity contract is included in the contracts folder.
- This contract uses [ERC721A](https://github.com/chiru-labs/ERC721A) which minimizes gas cost of minting batches
- if you change the contract you will need to put the new abi in the app folder
- You can deploy the contract using the [remix ide](https://remix.ethereum.org/).
- Prices, chain, and contract address goes in .env## Need Help?
Looking for a react developer for your web3 project? [Contact me](mailto:[email protected]).