Features • Getting Started • Future Work • Related
Leology is an Aleo testing framework that makes developing Leo programs faster, easier, and safer. It includes the most commonly used RPC functions and can be run deterministically to make development a breeze.
- Easy setup of Local Testnet
- Generate Accounts for testing
- Programmatic use in Rust to run tests
- Testing of both private and public values
- Local deployment of programs
- Aleo RPC support
Clone this Repository
$ git clone https://github.com/leology-org/leology.gitNavigate to the directory
$ cd leologyTo spin up the local testnet
$ cargo run startTo stop the local testnet
$ cargo run stopNavigate to the directory
$ cd examples/tokenRun the testing command
$ cargo test- Run minimalistic version of snarkos for efficiency
- Full integration of RPC
- Integration with Leo
