Sample Loom Blockchain project GO Language
For more info please checkout the docs page for the Loom SDK
export GOPATH=$GOPATH:`pwd`
make deps
make
cd build
./loom init
cp ../genesis.example.json genesis.json
./loom run
After running loom, open new terminal tab and and blueprint as follows.
cd build
./blueprint genkey
this will generate private key file named "key" to be further
./blueprint call create-acct -u <account-name> -k key
./blueprint call set -u <account-name> -v <any-integer> -k key
./blueprint call get -u <account-name> -k key