Fees PDA and collection program.
This project contains the following programs:
- Fees Program
TFEEgwDP6nn1s8mMX2tTNPPz8j2VomkphLUmyxKm17A
You will need a Rust version compatible with BPF to compile the program, currently we recommend using Rust 1.75.0.
This project contains the following clients:
The new Fees program is currently deployed to devnet, and will be deployed to mainnet on October 2nd.
Devnet | Mainnet |
---|---|
v0.1.0 | v0.1.0 |
Check out the Contributing Guide the learn more about how to contribute to this project.
You need the following tools installed to build the project:
- pnpm v9+
- rust v1.78.0
- node v18+
- solana v1.17.23
- anchor v0.29.0
Install JavaScript dependencies:
pnpm install
Build the program and generate the clients:
pnpm programs:build
pnpm generate
Run JS and Rust tests:
pnpm clients:js:test
pnpm clients:rust:test