diff --git a/docs/build/sails/sails.mdx b/docs/build/sails/sails.mdx index 31584fe..e8f6b0d 100644 --- a/docs/build/sails/sails.mdx +++ b/docs/build/sails/sails.mdx @@ -43,4 +43,9 @@ graph LR C-->F; D-->F; D-->E; +``` + +To install the latest version of the Sails library, use: +```bash +cargo install sails-cli ``` \ No newline at end of file diff --git a/docs/examples/examples.mdx b/docs/examples/examples.mdx index e616a08..5dbcc57 100644 --- a/docs/examples/examples.mdx +++ b/docs/examples/examples.mdx @@ -17,9 +17,11 @@ Programs can be written from scratch or built from provided examples. All program examples and JS applications have been tested in a stable environment with specific development tool versions necessary for implementing, building, and running programs and JS applications. + -Current stable release: `v1.4.2` +The **latest releases** of Gear librarires are avaible in the **[GitHub](https://github.com/gear-tech/gear/releases)**.
For example, on Ubuntu use: ```bash -sudo apt install -y build-essential clang cmake +sudo apt install -y build-essential clang cmake curl ``` On macOS, install a compiler toolset by running: ```bash @@ -47,6 +49,7 @@ xcode-select --install | Rust | stable | +Install [Rustup](https://rustup.rs/) to get Rust compiler ready: ```bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` @@ -58,16 +61,30 @@ rustup target add wasm32-unknown-unknown | ||||
Gear Rust libraries: `gstd`, `gtest`, `gmeta`, `gclient`, `gear-wasm-builder` | -v1.4.2 | +[Gear Sails](/docs/build/sails) library | +latest | -Ensure the correct version is tagged in the `Cargo.toml` file of the program in use. For example: https://github.com/gear-foundation/dapps/blob/master/contracts/Cargo.toml +Install the latest version of Sails library: +```bash +cargo install sails-cli +``` + | +|||
[Gear Rust](/docs/build/gstd) libraries: `gstd`, `gtest`, `gclient`, `gear-wasm-builder` | +latest | ++The latest version is tagged in the `Cargo.toml` file autmatically when creating a new program (for example named 'vara-app'): +```bash +cargo sails new-program vara-app +``` | |||||
Vara Network Testnet | -1.4.2 | +Vara Network [Testnet](https://idea.gear-tech.io/programs?node=wss%3A%2F%2Ftestnet.vara.network) | +latest | Ensure connection to the Vara Network Testnet. Switch networks by clicking on the network name in https://idea.gear-tech.io | @@ -84,15 +101,20 @@ Ensure connection to the Vara Network Testnet. Switch networks by clicking on thGear JS API | 0.38.1 | Ensure this version is specified in the package.json file of the program repository | +
Sails JS | +0.1.8 | +Ensure this version is specified in the package.json file of the program repository | |||||
Gear JS React Hooks | -0.10.7 | +0.13.0 | Ensure this version is specified in the package.json file of the program repository | ||||
Gear JS UI Kit | -0.5.24 | +Vara UI Kit | +0.0.11 | Ensure this version is specified in the package.json file of the program repository |