Speedily develope your decentralized application with this starter kit for free!
Follow the steps below to download, install, and run this project.
Install these prerequisites to follow along with the tutorial. See free video tutorial or a full explanation of each prerequisite.
- NPM: https://nodejs.org
- Hardhat: https://hardhat.org/
- EthersJs: https://ethers.org/
- Tailwind CSS: https://tailwindcss.com/
git clone https://github.com/Daltonic/tailwind_ethers_starter_kit <PROJECT NAME>
$ cd <PROJECT NAME>
$ npm install # or npm install
Open the terminal and run the command below.
$ npm hardhat node
$ npm start
Visit this URL in your browser: http://localhost:3000