oscoin / oscoin-parity-wasm-prototype

Prototype implemenation of Oscoin ledger on Parity Ethereum Wasm
0 stars 0 forks source link

Extract code into `oscoin_client` crate #5

Closed geigerzaehler closed 5 years ago

geigerzaehler commented 5 years ago

We create the oscoin_client package and crate and move most of the code required by the osc-ping command there. The oscoin_client crate will be the home for more ledger client code.