Skip to content

TomaszWaszczyk/ink-automated-market-maker

Repository files navigation

Polkadot - App Built with ink!

 __          __      _____ __  __     ______ _____ _____   _____ _______     _____  ________   __
 \ \        / /\    / ____|  \/  |   |  ____|_   _|  __ \ / ____|__   __|   |  __ \|  ____\ \ / /
  \ \  /\  / /  \  | (___ | \  / |   | |__    | | | |__) | (___    | |      | |  | | |__   \ V / 
   \ \/  \/ / /\ \  \___ \| |\/| |   |  __|   | | |  _  / \___ \   | |      | |  | |  __|   > <  
    \  /\  / ____ \ ____) | |  | |   | |     _| |_| | \ \ ____) |  | |      | |__| | |____ / . \ 
     \/  \/_/    \_\_____/|_|  |_|   |_|    |_____|_|  \_\_____/   |_|      |_____/|______/_/ \_\
                                                                                                 

💫 Building WebAssembly Decentralized Exchange 💫

DEX

Building the smart contract

git clone git@github.com:TomaszWaszczyk/ink-automated-market-maker.git
cd ink-automated-market-maker/automated-market-maker
cargo +nightly build --release

Frontend

WIP