Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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]).