Skip to content

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

Notifications You must be signed in to change notification settings

Daltonic/tailwind_truffle_starter_kit

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published