Skip to content

squarfed/react-ethereum-scaffolding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum and react project scaffolding

This repo contains the scaffolding necessary to create an etherum smart contract Dapp which uses React for the front end.

The javascript app is scaffolded using webpack for the build, karma and mocha for the tests. The smart contract is also built automatically using webpack and the two loaders web3-loader and solc-loader.

Running

You need to start testrpc:

testrpc

Then install the packages and start the app:

npm install
npm start

About

Ethereum and react project scaffolding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published