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

Daltonic/truffle-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published