Skip to content

Polymarket/ctf-exchange

Repository files navigation

Polymarket CTF Exchange

Version License Test

Background

The Polymarket CTF Exchange is an exchange protocol that facilitates atomic swaps between Conditional Tokens Framework(CTF) ERC1155 assets and an ERC20 collateral asset.

It is intended to be used in a hybrid-decentralized exchange model wherein there is an operator that provides offchain matching services while settlement happens on-chain, non-custodially.

Documentation

Docs for the CTF Exchange are available in this repo here.

Audit

These contracts have been audited by Chainsecurity and the report is available here.

Deployments

Network Address
Polygon 0x4bFb41d5B3570DeFd03C39a9A4D8dE6Bd8B8982E
Mumbai 0x4bFb41d5B3570DeFd03C39a9A4D8dE6Bd8B8982E

Development

Install Foundry.

Foundry has daily updates, run foundryup to update forge and cast.


Testing

To run all tests: forge test

To run test functions matching a regex pattern forge test -m PATTERN

To run tests in contracts matching a regex pattern forge test --mc PATTERN

Set -vvv to see a stack trace for a failed test.


To install new foundry submodules: forge install UserName/RepoName@CommitHash

To remove: forge remove UserName/RepoName