Compile witnet-rust from Source Code
Last updated
Was this helpful?
Last updated
Was this helpful?
witnet-rust
is being developed using the Rust programming language. You need to install Rust on your system to be able to compile the source code. Follow installation instructions for your operating system provided on
cargo
By default, this line will run a Witnet node and connect to the Testnet using the default configuration:
This one-liner will build a releasable standalone binary compatible with the architecture of your computer's processor:
The resulting binary will be located at ./target/release/witnet
.
For more witnet-rust
commands you can read the .