Smart Contracts explicitly written for Soroban.
cargo test
cargo test -- --nocapture
cargo build --target wasm32-unknown-unknown --release
-
All Rust code is linted with Clippy with the command
cargo clippy
. -
Function and local variable names follow snake_case. Structs or Enums follow CamelCase and Constants have all capital letters.
An example frontend has also been built that integrates the logic flow from the current v1 smart contracts. It can be found in the Frontend repository in the CometDEX github organization.
- Further documentation will be provided for understanding the Frontend starter implementation as well as general smart contract logic.