Skip to content

Command line interface for bootstrapping and managing Belrium dapps

License

Notifications You must be signed in to change notification settings

pankaj005/bel-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Belrium CLI

A command line interface for bootstrapping and managing Belrium blockchain apps.

Installation:

sudo npm install -g

Apps

Add app

bel-cli dapps -a
or nodejs index.js dapps -a

Deposit

bel-cli dapps -d
or nodejs index.js dapps -d

Withdraw

bel-cli dapps -w
or nodejs index.js dapps -w

Contracts

Add contract

bel-cli contract -a
or nodejs index.js contract -a

Delete contract

bel-cli contract -d
or nodejs index.js contract -d

Crypto

Generate public key

bel-cli crypto -p
or nodejs index.js crypto -p

Generate accounts

bel-cli crypto -g
or nodejs index.js crypto -g

Generate new genesis block

bel-cli crypto -b
or nodejs index.js crypto -g

Help

bel-cli -h
or nodejs index.js -h

About

Command line interface for bootstrapping and managing Belrium dapps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published