Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 507 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 507 Bytes

Specification

Design Specification

Please refer to spec

Directory Introduction

  • abi: Generated code from swap contract abis.
  • admin: Implements admin APIs.
  • cmd: Tools to call admin APIs.
  • common: Defines const variables.
  • config: Example configuration.
  • docs: Specification.
  • executor: Implement methods to interact with BSC and ETH.
  • model: Define db table schema.
  • observer: Implement blockchain data synchronization.
  • swap: Implement swap engine.