/avalanche-amm

Learn how to make an Automated Market Maker. This tutorial is published on figment.io. The link to the tutorial can be found on the Website link.

Primary LanguageJavaScript

avalanche-amm

Steps to run the application in your local machine:-

  • Clone this repo:
git clone https://github.com/SayanKar/avalanche-amm.git
  • Move in the avalance-amm directory and install all the dependencies:
npm install
  • Run the application:
npm start