Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 443 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 443 Bytes

contracts

The Verto Protocol's smart contracts for the SmartWeave protocol.

CLOB contract

The CLOB contract is a smart contract that functions as a decentralized Central Limit Order Book.

Link

Default state

{
  emergencyHaltWallet: "",
  halted: false,
  protocolFeePercent: 0.05,
  pairGatekeeper: false,
  communityContract: "",
  pairs: [],
  usedTransfers: [],
  invocations: [],
  foreignCalls: []
}