Skip to content

A tested truffle starter kit with all essential dependencies for building, testing, and deploying web3.0 applications.

Notifications You must be signed in to change notification settings

coupled-logic/truffle-starter-kit

 
 

Repository files navigation

Truffle-React Dapp 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/truffle-starter-kit.git <PROJECT NAME>

Step 2. Install dependencies

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

Step 3. Start Ganache

Open the Ganache GUI client that you downloaded and installed. This will start your local blockchain instance. See free video tutorial for full explanation.

Step 4. Compile & Deploy Election 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 tested truffle starter kit with all essential dependencies for building, testing, and deploying web3.0 applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.5%
  • CSS 34.7%
  • Solidity 10.6%
  • HTML 7.1%
  • Shell 0.1%