Skip to content

avneeshp/lockbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lockbox

Steps to run lockbox application on simulated backend:

  1. Build and run application => go build; ./lockbox

Steps to run lockbox application on test network:

  1. Set up and start ethereum client => geth --testnet –genesis <genesis.json> -–networkid 321 -–nodiscover -–datadir <data_dir_path> –-port 30304 --maxpeers 0 console
  2. Build and run application => go build; ./lockbox

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages