Skip to content

kyoungbinkim/Proof-of-Reserves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proof-of-Reserves

설명 .... 설명 .....


install package

  1. init and update submodule
$ git submodule init && git submodule update --recursive
  1. install legogroth16 repo
$ cd server/napirs-legogroth16
$ yarn install
$ yarn build --release
  1. install contract package
$ cd contract
$ npm i
  1. install server package
$ cd server
$ npm i
$ echo 'export DB_PASSWORD="DB password"' >> ~/.zshrc 

run ganache block chain

$ cd contract
$ npm run compile
$ npm run testrpc

run server

open new terminal.

$ cd server 
$ npm run nodemon

run front

open new terminal.

$ cd front
$ npm start

demo

About

new proof of reserves impl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published