solana-meme-trading
- Install Rust.
- Install Solana and then run solana-keygen new to create a keypair at the default location.
- Install Anchor.
Clone the repository and test the program.
git clone https://github.com/danielbui12/solana-meme-trading
cd solana-meme-trading && anchor test
- Create open-book
- Initialize
- Deposit
- Approve
- Wrap Native SOL
- Invoke Deposit instruction
anchor test --skip-build --skip-deploy