Skip to content

Auto AMM platform for swapping token in Aptos blockchain

Notifications You must be signed in to change notification settings

BitcoinOutput/iaptoswap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aptoswap

📖 Contents

  • pool.move: The core implementation for Aptoswap.
  • pool_test.move: The test case and back-testing for pool.move.
  • utils.move: Useful utilities for Aptoswap.

🏃 Getting Started

  • Clone the repo:
git clone [email protected]:vividnetwork/aptoswap.git
  • Update the submodule of aptos-core:
git submodule update --init --recursive
  • Run test cases (make sure your aptos command line is compatiable with the aptos-core in submodules):
aptos move test
  • Compile the module:
# Initialize the ./.aptos
aptos init
# Compile
aptos move compile --named-addresses Aptoswap=default --save-metadata

About

Auto AMM platform for swapping token in Aptos blockchain

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Move 93.4%
  • TypeScript 6.6%