Weave SDK Reference
Preparation
Before using the SDK ensure that the programming environment is set up for your language. We recommend using asdf
if you develop in multiple languages. When doing only front-end development, installation of the Rust or Golang SDK is still required to compile your service components.
Installation procedure:
- Prepare your environment for the Rust SDK or set up for Golang.
- Set up front-end development when developing UI components.
Prepare Rust SDK
Install the Rust toolchain on your local computer, and preferred editor.
- Follow the instructions to Install Rust
- When using
asdf
install the choolchain using the asdf-rust plugin.
If you are using VSCodium or VSCode, the following plugins are recommended:
Prepare Golang SDK
Front-end development
For VSCodium or VSCode, the following plugins are recommended: