Go to file
github-actions[bot] 6daa66f2bf chore: push cu test logs 2022-05-17 15:23:34 +00:00
.cargo suppress known issues 2022-03-01 06:16:10 +01:00
.github/workflows update triggers and path 2022-05-13 16:51:41 +01:00
keeper checked math + rustfmt 2022-05-17 17:08:00 +02:00
lib/checked_math Add checked_math library for convenient overflow checking 2022-03-13 15:45:50 +01:00
mango-macro further work on perps 2022-03-22 07:06:33 +01:00
migrations First commit 2022-01-21 19:21:46 +01:00
programs unwrap 2022-05-17 17:11:37 +02:00
py rename 2022-03-01 20:55:10 +01:00
ts/client Update funding for keeper 2022-05-17 15:59:47 +02:00
.gitignore Mc/keeper next (#45) 2022-04-13 16:41:15 +02:00
Anchor.toml fix address 2022-03-30 17:41:37 +02:00
Cargo.lock reorg 2022-05-06 10:13:33 +02:00
Cargo.toml poc keeper 2022-04-09 21:18:07 +02:00
README.md fix 2022-04-13 09:16:33 +02:00
cu-per-ix-clean.log chore: push cu test logs 2022-05-17 15:23:34 +00:00
devnet_setup.sh empty devnet setup 2022-03-31 21:04:45 +02:00
idl-fixup.sh Idl: Add a script to replace type aliases with the underlying type. 2022-03-31 11:53:21 +02:00
mc-release-to-devnet.sh ts client support for perps 2022-05-11 20:06:07 +02:00
release-to-devnet.sh cleanup 2022-04-13 08:48:35 +02:00
update-local-idl.sh extend 2022-04-13 08:48:58 +02:00

README.md

Development

  • rust version 1.59.0 (9d1b2106e 2022-02-23)
  • solana-cli 1.9.5
  • anchor-cli 0.22.0
  • npm 8.1.2
  • node v16.13.1

Devnet deployment - m43thNJ58XCjL798ZSq6JGAG1BnWskhdq5or6kcnfsD

TS client based examples

  • ts/client/src/scripts/example1-admin.ts
  • ts/client/src/scripts/example1-user.ts