Teknologi blockchain dengan smart contract ethereum pada platform crowdfunding
Go to file
Faizhn 20d05ab526 first commit 2024-07-17 11:31:52 +07:00
build first commit 2024-07-17 11:31:52 +07:00
cache first commit 2024-07-17 11:03:52 +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-07-17 11:03:52 +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 2024-07-17 11:31:52 +07:00
config-overrides.js first commit 2022-08-24 12:23:14 +01:00
hardhat.config.js first commit 2024-07-17 11:03:52 +07:00
index.html first commit 2022-08-24 12:23:14 +01:00
package-lock.json first commit 2024-07-17 11:03:52 +07:00
package.json first commit 2024-07-17 11:03:52 +07:00
postcss.config.js first commit 2022-08-24 12:23:14 +01:00
tailwind.config.js first commit 2024-07-17 11:31:52 +07:00
yarn.lock first commit 2024-07-17 11:03:52 +07:00

README.md

Hardhat-Tailwind-React Ethers Starter Kit

Ikuti langkah-langkah di bawah ini untuk mengunduh, menginstal, dan menjalankan proyek ini.

Dependencies

Install

Step 1. Clone the project

git clone <PROJECT NAME>

Step 2. Install dependencies

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

Step 3. Start Hardhat Node

Buka terminal dan jalankan perintah di bawah ini.

$ yarn hardhat node

Step 4. Run the Front End Application

$ yarn start Buka URL pada Browser: http://localhost:3000