Teknologi blockchain dengan smart contract ethereum pada platform crowdfunding
Go to file
Faizhn 99cc871dd8 first commit 2024-06-20 22:04:33 +07:00
build first commit 2024-06-20 22:04:33 +07:00
cache first commit 2024-06-20 22:04:33 +07:00
public first commit 2024-06-20 22:04:33 +07:00
scripts first commit 2024-06-20 22:04:33 +07:00
src first commit 2024-06-20 22:04:33 +07: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 first commit 2024-06-20 22:04:33 +07: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 first commit 2024-06-20 22:04:33 +07: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 first commit 2024-06-20 22:04:33 +07: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