8000 GitHub - artwooood/lovelock: A digital memory app, using reactjs, icetea, and ipfs.
[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

If you want to use local Icetea node (easier for debugging).

  • npm i -g ndb TradaTech/icetea
  • icetea init

2. Connect to Icetea Node

To use the local node:

icetea start

For help, type icetea -h.

To use the public node:

Setting this in the .env file:

REACT_APP_RPC=wss://rpc.icetea.io/websocket

3. Deploy contracts

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

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

4. 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%
2A26
0