Skip to content

Chococoin/dapp-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dapp Start Kit

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.

About

Dapp starter kit using Solidity, React, Truffle and uPort. Tutorial on this code can be found here:

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 68.1%
  • CSS 20.9%
  • HTML 11.0%