Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 862 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 862 Bytes

This is a demo project with samples for :

  • Ethereum Smart Contract
  • IPFS

It uses ReactJS as the frontend framework, bootstrap for layouts, webpack for packaging.

Truffle is used for communicating with ETH and deploying code to blockchain

There are lots of optimizations pending. Particularaly:

  • React component isolation between view and data
  • Bootstrap view updates in place instead of full page refresh
But for now the code is more of a sample to work with ETH and IPS. The front end optimizations would happen in future.

Feel free to use this as a template to get started on these technologies.

Bootstrap theme template is from https://startbootstrap.com/template-overviews/sb-admin/ This project was created using create-react-app https://github.com/facebookincubator/create-react-app