-
Notifications
You must be signed in to change notification settings - Fork 30
Home
Kassius edited this page Apr 23, 2018
·
2 revisions
Dilithium is a 'Blockchain Developers Club' project. Our aim for this blockchain is to create a module based, well documented, community driven blockchain that can be easily forked for private networks. To Find out more about what we are aiming to achieve please read our vision page.
This project is a work-in-progress, hence currently there is no stable release available.
Discord: Blockchain Developers Club
Current cli usage:
-
-help
- show commands. -
key-utils generate
- generate a keypair and address. -
wallet import _private_key
- overwrite the current local wallet with another. -
wallet show
- show local wallet public key, address and balance. -
wallet tx _value _recipient_address
- create a new transaction from local wallet. -
node start
- begins local node, will build chain and then begin mining. -
node stop
- stop the local node from mining. -
node show
- show node information. -
node show-block _block_hash (-json/-json-raw)
- find a block using the a hash.
Dilithium Team:
- @CryptoKass - [email protected]
- @soulblade249
Special thanks to everybody who has contributed to this project.