Naumachia is a framework for writing Smart Contracts on the Cardano Blockchain using Rust!
Find us at the TxPipe Discord!
Work in Progress :)
Pick up a good first issue
Excited to accept PRs and general feedback. There is a lot of work to be done to make this the best framework it can be, so I'll try to help onboard anyone interested in contributing.
Big fan of modern programming techniques. We are trying to prioritize
Feel free to start issues/discussions if there are things you feel are missing or whatever. We love feedback!
FYI, CI requires these commands to pass. So, try to run them locally to save yourself some time.
cargo build --workspace
cargo test --workspace
cargo +nightly fmt --all -- --check
cargo clippy --all-targets --all-features -- -D warnings
Rust
100.0%
Naumachia is a framework for writing Smart Contracts on the Cardano Blockchain using Rust!
Find us at the TxPipe Discord!
Work in Progress :)
Pick up a good first issue
Excited to accept PRs and general feedback. There is a lot of work to be done to make this the best framework it can be, so I'll try to help onboard anyone interested in contributing.
Big fan of modern programming techniques. We are trying to prioritize
Feel free to start issues/discussions if there are things you feel are missing or whatever. We love feedback!
FYI, CI requires these commands to pass. So, try to run them locally to save yourself some time.
cargo build --workspace
cargo test --workspace
cargo +nightly fmt --all -- --check
cargo clippy --all-targets --all-features -- -D warnings
Rust
100.0%