image source(ethereum)
Gorilla Gang ($GOG) is a generative art collectables, randomly generated with different traits like color, eye and backgrouds. Each Gorilla is a unique, non-fungible token (NFT) on the Ethereum blockchain.
- NextJs
- TailwindCSS
- Typescript
- Hardhat
- Ethers
- Chai
- Github workflow and renovate bot
- ESlint and Prettier
- Path aliases
- Notification Toaster and Helpers
- Gas Reporter
- and more...
You can either clone the repository or use this template to kick-start your project.
npx create-next-app -e https://github.com/sasicodes/gorilla-gang
Install all dependencies,
yarn install
and run the application using,
yarn dev
Also try running some of the following tasks:
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help