@windingtree/contracts
v1.0.0
Published
The WindingTree market protocol smart contracts and utilities
Downloads
9
Readme
@windingtree/contracts
The WindingTree market protocol smart contracts and utilities
Deployments
Polygon zkEVM
- Config (0x098b1d12cAfE7315C77b6d308A62ce02806260Ee): the protocol configuration smart contract
- EntitiesRegistry (0x4bB51528C83844b509E1152EEb05260eE1bf60e6): the protocol identity management
- Market (0xDd5B6ffB3585E109ECddec5293e31cdc1e9DeD57): the protocol entry point
- LIF (0x4d60F4483BaA654CdAF1c5734D9E6B16735efCF8): Test version of LIF token
Testing tokens
STABLE6
: ERC20, 6 decimals, no permitSTABLE6PERMIT
: ERC20, 6 decimals, with permitSTABLE18
: ERC20, 18 decimals, no permitSTABLE18PERMIT
: ERC20, 18 decimals, with permit
Install package
yarn add @windingtree/contracts
Setup
yarn
yarn build:contracts
Testing
yarn test:contracts