Skip to content

snowy13/eris-app-webservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Eris Demo Application

Setup

Project

npm install

Test Chain

cd test
eris keys import chain-config/export-account
eris chains new hello --dir chain-config

Contract Deployment

In Bash Shell:

cd contracts
account=$(sed -n -e '/Id/ s/.*Id\":\"\([[:alnum:]]*\)\".*$/\1/p' ../test/chain-config/export-account)
eris pkgs do -c hello -a $account

Application

NOTE: the application currently does not support conversion of decimal input, so only full integer amounts can be stored.

About

Quick-start demo app using basic Eris components and concepts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published