examples
examples copied to clipboard
Automated smart-contracts built with the Clockwork SDK
- updated client to support invoking [mainnet stats program](https://explorer.solana.com/address/5cj44QGY53QhgiqWYaFMQuGtLieeR4gH6rJzCU9iLoAR?cluster=null) - added account memory reallocation when adjusting hashmap size when calling `.twap()` method in `calc.rs` - added `ID` field to be...
- Script for deployment to reduce a bit the steps - Added an Explorer helper to handle urls (probably add this into the clockwork cli crate later, so it can...
made a couple edits to readme layout, and added a couple notes to quickstart_transfer. nothing pressing.
- begin scaffolding stateless swaps across different protocols - first swap ix added: `orca_whirlpool_swap.rs`
it blindly opens new PostOnly orders whenever bid/ask accounts change
After cloning the repo, running `anchor build` in `subscriptions` folder gives the following error: ``` Failed to obtain package metadata: `cargo metadata` exited with an error: warning: profiles for the...
By default anchor is using `~/solana/config/id.json` as a upgrade authority, however sometimes devs have other paper wallets such as `~/solana/config/devnet.json`
just updated the dependencies for the Investments example in [pr 51](https://github.com/clockwork-xyz/examples/pull/51) but this example also needs to be converted to be able to place orders on openbook markets