8000 GitHub - artwooood/lovelock at feature/promise
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

artwooood/lovelock

 
 

Repository files navigation

Setup

  1. Install
  • Rename .env.example to .env
  • npm i -g ndb TradaTech/icetea
  • icetea init
  • npm i
  1. Start Icetea Node
  • Normal mode: icetea start
  • Or debug mode (it is slow, use only when you want to debug contracts): icetea start -d

For help, type icetea -h.

  1. Deploy contracts
  • npm run deploy (this will load and update .env)

To use .env.production, run npm run deploy:prod. Or npm run deploy:all to run both.

Deploying contracts will make the app uses the new contracts, thus all existing data is lost. Only deploying at the first time you install Icetea, when the contracts' sources were changes, or after you reset Icetea Node.

  1. Start the app
  • npm start

About

A digital memory app, using reactjs, icetea, and ipfs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • CSS 2.1%
  • HTML 1.4%
0