Go to file
Christian Kamm 03882e6dd3 Fix CI build-bpf builds 2022-07-13 14:36:44 +02:00
.cargo use same rust as what solana uses, use same solana version as cargo toml 2022-05-24 13:52:30 +02:00
.github/workflows Fix CI build-bpf builds 2022-07-13 14:36:44 +02:00
client Rename instructions to follow naming pattern (#97) 2022-07-06 14:51:15 +02:00
keeper wip: dynamic rates (#98) 2022-07-11 17:08:32 +02:00
lib/checked_math
liquidator multiple banks (#82) 2022-06-27 11:27:17 +02:00
mango-macro
migrations
programs Health: cleanup and new functions for ratio and assets/liabs 2022-07-12 09:47:23 +02:00
py
ts/client Update IDL 2022-07-11 17:11:39 +02:00
.gitignore
Anchor.toml
CHANGELOG.md Rename instructions to follow naming pattern (#97) 2022-07-06 14:51:15 +02:00
Cargo.lock switchboard support (#67) 2022-06-18 16:38:46 +02:00
Cargo.toml multiple banks (#82) 2022-06-27 11:27:17 +02:00
README.md Remove anchor dummy type workaround (#53) 2022-05-18 17:16:14 +02:00
idl-fixup.sh Remove anchor dummy type workaround (#53) 2022-05-18 17:16:14 +02:00
mc-release-to-devnet.sh ts client support for perps 2022-05-11 20:06:07 +02:00
package.json make jup-ag/core a devdependency 2022-07-05 23:38:53 -04:00
release-to-devnet.sh Client/program interface changes 2022-07-06 11:34:07 +02:00
release-to-mainnet.sh Client/program interface changes 2022-07-06 11:34:07 +02:00
tsconfig.build.json integrate initial pass of orcas devnet swap 2022-06-10 09:02:10 -04:00
tsconfig.cjs.json integrate initial pass of orcas devnet swap 2022-06-10 09:02:10 -04:00
tsconfig.esm.json add esm tsconfig 2022-06-30 13:17:10 -04:00
tsconfig.json make jup-ag/core a devdependency 2022-07-05 23:38:53 -04:00
update-local-idl.sh Client/program interface changes 2022-07-06 11:34:07 +02:00
yarn.lock make jup-ag/core a devdependency 2022-07-05 23:38:53 -04:00

README.md

Development

  • rust version 1.59.0 (9d1b2106e 2022-02-23)
  • solana-cli 1.9.13
  • anchor-cli 0.24.2
  • 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