Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (5 loc) · 511 Bytes

architecture.md

File metadata and controls

10 lines (5 loc) · 511 Bytes

Architecture

Rarible exchange smart contracts are built using OpenZeppelin's upgradeable smart contracts library. So the smart contract code can be updated to support new features, fix bugs, etc.

Smart contracts are heavily tested, tests are provided in the test folder.

Functionality is divided into parts (each responsible for the part of the algorithm).

Essentially, ExchangeV2 is a smart contract for the decentralized exchange of any assets presented on Ethereum (or EVM compatible) blockchain.