Teknologi blockchain dengan smart contract ethereum pada platform crowdfunding
Go to file
Gospel Darlington 526c597ea7 upgrades kit to React v18 2023-05-31 15:05:23 +00:00
build upgrades kit to React v18 2023-05-31 15:05:23 +00:00
public first commit 2022-08-24 12:23:14 +01:00
scripts removes unnecessary network config 2023-01-21 16:06:49 +01:00
src upgrades kit to React v18 2023-05-31 15:05:23 +00:00
.gitignore first commit 2022-08-24 12:23:14 +01:00
.gitpod.yml upgrades kit to React v18 2023-05-31 15:05:23 +00:00
README.md first commit 2022-08-24 12:23:14 +01:00
config-overrides.js first commit 2022-08-24 12:23:14 +01:00
hardhat.config.js removes unnecessary network config 2023-01-21 16:06:49 +01:00
index.html first commit 2022-08-24 12:23:14 +01:00
package-lock.json upgrades kit to React v18 2023-05-31 15:05:23 +00:00
package.json upgrades kit to React v18 2023-05-31 15:05:23 +00:00
postcss.config.js first commit 2022-08-24 12:23:14 +01:00
tailwind.config.js first commit 2022-08-24 12:23:14 +01:00
yarn.lock upgrades kit to React v18 2023-05-31 15:05:23 +00:00

README.md

Hardhat-Tailwind-React Ethers Starter Kit

Speedily develope your decentralized application with this starter kit for free!

Follow the steps below to download, install, and run this project.

Dependencies

Install these prerequisites to follow along with the tutorial. See free video tutorial or a full explanation of each prerequisite.

Step 1. Clone the project

git clone https://github.com/Daltonic/tailwind_ethers_starter_kit <PROJECT NAME>

Step 2. Install dependencies

$ cd <PROJECT NAME>
$ yarn install # or npm install

Step 3. Start Hardhat Node

Open the terminal and run the command below.

$ yarn hardhat node

Step 4. Run the Front End Application

$ yarn start Visit this URL in your browser: http://localhost:3000