space-cli
Documentation for how to use space-cli
space-cli is a command line tool for easily creating and uploading WASM projects to Space Operator. To install it, run following command:
To create a new project, run space new <project>
:
Modify src/lib.rs
. Before uploading the project, we need to login with space init
:
Then we can upload the project with space upload
. This will ask us a bunch of things, such as types for inputs and outputs and public or private:
Last updated
Was this helpful?