Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/compolabs/spark-sdk-example
https://github.com/compolabs/spark-sdk-example
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/compolabs/spark-sdk-example
- Owner: compolabs
- Created: 2023-06-21T19:45:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-29T14:00:07.000Z (over 1 year ago)
- Last Synced: 2024-04-17T18:06:54.104Z (10 months ago)
- Language: Rust
- Size: 60.5 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spark SDK Examples
This repository contains examples demonstrating the usage of CLOB Spark on the Fuel network. There are two tests included: one for the local node and another for the testnet beta-3.
## ⚠️ Warning
Please note that we are transitioning to a new beta-4 test version. Therefore, it is essential to use specific version of the fuel toolchain.You can install this toolchain using `forc toolchain`:
```
fuelup toolchain new my-custom-toolchain
fuelup component add [email protected]
fuelup component add [email protected]
```Ensure that you have the following versions installed, you can check the versions using `fuelup show`:
```
>>> fuelup show
Default host: aarch64-apple-darwin
fuelup home: /Users/alexey/.fuelupinstalled toolchains
--------------------
beta-3-aarch64-apple-darwin
latest-aarch64-apple-darwin
hotfix
my-custom-toolchain (default)active toolchain
-----------------
my-custom-toolchain (default)
forc : 0.39.0
- forc-client
- forc-deploy : 0.39.0
- forc-run : 0.39.0
- forc-doc : 0.39.0
- forc-explore - not found
- forc-fmt : 0.39.0
- forc-index - not found
- forc-lsp : 0.39.0
- forc-tx : 0.39.0
- forc-wallet - not found
fuel-core : 0.17.13
fuel-indexer - not foundfuels versions
---------------
forc : 0.39
```## Tests
- localnode_example.rs
- testnet_example.rs## Additional Information
You can find more documentation on our SDKs here:
- Spark Rust SDK
- SRC-20 Rust SDK