@startertemp/nextjs-hardhat-ts
v1.3.0
Published
A Starter Template for Next JS, TailwindCSS, Daisy UI frontend with Hardhat(Solidity) backend.
Downloads
82
Maintainers
Readme
Next JS, Solidity Typescript Starter Template
This is a starter template which you can use containing multiple installed libraries for quick setup. This template uses pnpm
for installation instead of yarn
or npm
for performance and space benefits. You can read more about pnpm here
Installation
npx @startertemp/nextjs-hardhat-ts my-app
npx
stands for npm init@startertemp/nextjs-hardhat-ts
is the package namemy-app
is the folder name
Get Started
cd frontend
to go into the frontend folderpnpm dev
to run the next js project.
Libraries Included
Front-end
Back-end
- Hardhat/Soldity
- Hardhat-Toolbox
- Chai
- @nomicfoundation/hardhat-chai-matchers
- @nomicfoundation/hardhat-network-helpers
- @nomiclabs/hardhat-etherscan
- typechain
- @nomiclabs/hardhat-waffle
- @nomiclabs/hardhat-ethers
- hardhat-gas-reporter
- solidity-coverage
- @OpenZeppelin/Contracts
- dotenv
Contribution
Any type of contributions are welcome into Github Repository.