Skip to content

ksaritek/rust_blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Commands

Initial Setup

cargo run createwallet

1ArJZN7XcY7Hz3Ro77Z33aYjALnAZyrYPi

cargo run createblockchain 1ArJZN7XcY7Hz3Ro77Z33aYjALnAZyrYPi

cargo run getbalance 1ArJZN7XcY7Hz3Ro77Z33aYjALnAZyrYPi

cargo run send --from 1ArJZN7XcY7Hz3Ro77Z33aYjALnAZyrYPi --to 1NMaiM6FF9LtaaygC4WcuSKC9PZ8LSNcH7 --amount 1 --mine

cargo run printchain

cargo run reindexutxo

cargo run startnode --miner 1ArJZN7XcY7Hz3Ro77Z33aYjALnAZyrYPi

About

playing around blockchain with rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published