This project implements a decentralized Automated Market Maker (AMM) on the Solana blockchain using the Anchor framework. It provides a platform for users to trade tokens in a trustless and efficient manner.
- Clone the repository:
git clone https://github.com/0x4nud33p/amm-anchor.git cd amm-anchor - Install dependencies:
yarn install
- Build the program:
anchor build
- Test the program:
anchor test
