Skip to content

Instantly share code, notes, and snippets.

@masonforest
Created February 25, 2019 14:37
Show Gist options
  • Save masonforest/99e7b694e68dfab06b348f22e179e370 to your computer and use it in GitHub Desktop.
Save masonforest/99e7b694e68dfab06b348f22e179e370 to your computer and use it in GitHub Desktop.
./wavelet --port 3000 --db.path testdb_1 --api.port 9000
2019-02-25T14:33:44Z |INFO| Database has been loaded. db_path: testdb_1
2019-02-25T14:33:44Z |INFO| Successfully seeded the genesis of this node. file: genesis.json num_accounts: 1
2019-02-25T14:33:44Z |INFO| Registered transaction processor service. module: cloud.wasm
2019-02-25T14:33:44Z |INFO| Registered transaction processor service. module: contract.wasm
2019-02-25T14:33:44Z |INFO| Registered transaction processor service. module: money.wasm
2019-02-25T14:33:44Z |INFO| Registered transaction processor service. module: stake.wasm
2019-02-25T14:33:44Z |INFO| Keypair loaded. private_key: 6d6fe0c2bc913c0e3e497a0328841cf4979f932e01d2030ad21e649fca8d47fe71e6c9b83a7ef02bae6764991eefe53360a0a09be53887b2d3900d02c00a3858 public_key: 71e6c9b83a7ef02bae6764991eefe53360a0a09be53887b2d3900d02c00a3858
2019-02-25T14:33:44Z |INFO| Listening for peers. address=tcp://127.0.0.1:3000
2019-02-25T14:33:44Z |INFO| Local HTTP API is being served. host: localhost port: 9000
Enter a message: 2019-02-25T14:33:56Z |INFO| Connected to peer(s). peers=["tcp://127.0.0.1:3001"]
c /root/smart-contract-rs/examples/transfer-back/target/wasm32-unknown-unknown/release/transfer_back.wasm
2019-02-25T14:34:13Z |INFO| Success! Your smart contract ID: 432d35663731383963643561313963323230356530356431623039333635636664333064343461383165333264336461613939343763653233653534383432643033
Enter a message: p 432d35663731383963643561313963323230356530356431623039333635636664333064343461383165333264336461613939343763653233653534383432643033 100
2019-02-25T14:34:26Z |INFO| Success! Your payment transaction ID: de9f6c6fe5dfe2a63dce907bd31fb3696ff3ef9cb2fb70e27ca4de28ee53f47c
Enter a message:w 432d35663731383963643561313963323230356530356431623039333635636664333064343461383165333264336461613939343763653233653534383432643033
2019-02-25T14:34:44Z |INFO| Account: 432d35663731383963643561313963323230356530356431623039333635636664333064343461383165333264336461613939343763653233653534383432643033 balance: 100 nonce: 0 stake: 0
Enter a message: w
2019-02-25T14:34:45Z |INFO| Here is your wallet information. balance: 99999900 id: 71e6c9b83a7ef02bae6764991eefe53360a0a09be53887b2d3900d02c00a3858 nonce: 24 stake: 0
Enter a message:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment