01 Exchange & Solana’s Riptide Hackathon — Up to $30,000 in Prizes & Funding
Solana Riptide has officially started and we couldn’t be more excited to announce that 01 Exchange will be sponsoring a 30k prize for projects that compose on top of 01. The best projects will also be eligible for follow-on grants and funding.
To facilitate integration we’ve included a few source resources to get started:
Here is our TypeScript SDK that you can use to interact with the 01 program from a TS client. https://github.com/01protocol/zo-client
Here is our Rust ABI that you can use to make CPI calls from Solana programs or a rust client. https://github.com/01protocol/zo-abi
Our repository of arbitrage bots that you can fork, improve, and run. https://github.com/01protocol/zo-arb
Here is a typescript liquidator bot you can run to earn liquidation fees. https://github.com/01protocol/ts-liquidator
Here is a rust liquidator bot you can run to earn liquidation fees (it’s a lot speedier than the ts one