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.git
Navigate to the directory
$ cd leology
To spin up the local testnet
$ cargo run start
To stop the local testnet
$ cargo run stop
Navigate to the directory
$ cd examples/token
Run the testing command
$ cargo test
- Run minimalistic version of snarkos for efficiency
- Full integration of RPC
- Integration with Leo