Daltonic / tailwind_truffle_starter_kit

A truffle-tailwind-based web3 error-free starter kit free for speeding up your blockchain development process. Feel free to leave a star.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Truffle-Tailwind-React Web3 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_truffle_starter_kit <PROJECT NAME>

Step 2. Install dependencies

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

Step 3. Start Ganache-CLI

Open the terminal and run the command below.

$ ganache-cli

Step 4. Compile & Deploy Smart Contract

$ truffle migrate --reset Migrate your smart contract each time your restart ganache.

Step 5. Run the Front End Application

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

About

A truffle-tailwind-based web3 error-free starter kit free for speeding up your blockchain development process. Feel free to leave a star.


Languages

Language:JavaScript 47.3%Language:HTML 40.2%Language:Solidity 6.7%Language:CSS 5.9%