/QuadraticVotingDAODapp

Creating a Quadratic Voting DAO DApp.

Primary LanguageJavaScript

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