All Projects → DenisKolodin → exonum-wasmi

DenisKolodin / exonum-wasmi

Licence: other
Exonum + Wasmi

Programming Languages

WebAssembly
147 projects

Exonum + Wasmi

To build the project use:

cargo build --all

When the project is build all necessary binaries placed to ./target/debug directory.

To run the node use:

./target/debug/exowasm-node

To deploy the test kernel:

./target/debug/exowasm-client deploy cryptocurrency cryptocurrency/cryptocurrency.wasm

To call simple test you can run the following command

./target/debug/exowasm-client call cryptocurrency create_wallet

If you need to pass arguments to wasm you can pass it in HEX like:

./target/debug/exowasm-client call cryptocurrency create_wallet 4045
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].