Starter kit for building Dapps on Ethereum. Full turorial can be found here: https://medium.com/@mwallaceboulder/a-gentle-intro-to-building-a-full-stack-dapp-on-ethereum-part-1-c1aedb11fcd2
Uses the following tech stack:
• React - Front end library
• Solidity - The language used to build smart contracts that runs on Ethereum
• Truffle - Framework for compiling, migrating and testing smart contracts.
• IPFS - Decentralized storage
• uPort - Identity management, digitally sign transactions and easy login to DApps.
Install dependencies:
yarn install
Run the app:
yarn start
Build for production:
yarn build
All code and opinions are my own and not the views of my employer.