An open API service indexing awesome lists of open source software.

https://github.com/devpavan04/truffle-starter-kit

A starter kit for building decentralized applications powered by truffle, solidity, web3.js, and react.
https://github.com/devpavan04/truffle-starter-kit

Last synced: about 1 year ago
JSON representation

A starter kit for building decentralized applications powered by truffle, solidity, web3.js, and react.

Awesome Lists containing this project

README

          

# Truffle Starter Kit
### Uses truffle and web3.js
```
git clone https://github.com/devpavan04/truffle-starter-kit.git your-dapp
```
```
cd your-dapp
npm install
```
```
cd client
npm install
npm start
```