Skip to content

aori-io/aori-v2-contracts

Repository files navigation

Aori V2 Smart Contracts

.

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.

Getting Started

git clone https://github.com/aori-io/aori-v2-contracts
git submodule update --init --recursive  ## initialize submodule dependencies
forge build
make tests ## run tests

Deployments

Mainnets

Chain Aori v2.3.1
42161 (Arbitrum) 0xD5E8C18c5220B4d07d496fac5Fd973a3cE99b506
8453 (Base) 0xD5E8C18c5220B4d07d496fac5Fd973a3cE99b506

Testnets

Chain Aori v2.3.1
11155111 (Sepolia) 0xD5E8C18c5220B4d07d496fac5Fd973a3cE99b506

Dependencies

forge install

Compilation

make build

Testing

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.

Verification

make generate-etherscan

About

Smart Contracts for Aori

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published