Aori is a high-performance orderbook protocol for high-frequency trading on-chain and facilitating OTC settlement.
This repo is released under the MIT License.
You can read more about the protocol in our litepaper here.
If you have any further questions, refer to the technical documentation. Alternatively, please reach out to us on Discord or on Twitter.
git clone https://github.com/aori-io/aori-v2-contracts
git submodule update --init --recursive ## initialize submodule dependencies
forge build
make tests ## run tests
Chain | Aori v2.3.1 |
---|---|
42161 (Arbitrum) |
0xD5E8C18c5220B4d07d496fac5Fd973a3cE99b506 |
8453 (Base) |
0xD5E8C18c5220B4d07d496fac5Fd973a3cE99b506 |
Chain | Aori v2.3.1 |
---|---|
11155111 (Sepolia) |
0xD5E8C18c5220B4d07d496fac5Fd973a3cE99b506 |
forge install
make build
forge test --fork-url https://rpc.ankr.com/eth --via-ir
You can also test using the make tests
command which will run the above command.
make generate-etherscan