Go to file
Christian Kamm 18857c7b72 Add "client" feature annoations 2022-08-15 10:48:43 +02:00
.cargo
.github/workflows Update trigger branch 2022-08-09 12:14:48 +01:00
anchor@b52f236146 Instruction introspection: don't hardcode discriminators 2022-08-05 23:24:17 +02:00
anchor-tests Clarkeni/group logging (#142) 2022-08-05 10:11:44 -07:00
cli Liquidator: basic sell/buy to keep only quote 2022-08-10 16:18:41 +02:00
client Client: add token_withdraw 2022-08-10 16:24:48 +02:00
keeper Merge pull request #150 from blockworks-foundation/mc/docker 2022-08-09 12:17:13 +01:00
lib/checked_math checked_math: support casts and I80F48::from 2022-08-14 15:01:15 +02:00
liquidator Fix liquidator command 2022-08-12 15:31:53 +01:00
mango-macro
migrations
programs Add "client" feature annoations 2022-08-15 10:48:43 +02:00
py
ts/client fix debug scripts 2022-08-14 13:30:08 +02:00
.dockerignore
.eslintignore
.eslintrc.json add custom sendTransaction to support post send callbacks 2022-08-12 17:15:12 -07:00
.gitignore
.gitmodules
.prettierignore
Anchor.toml Clarkeni/group logging (#142) 2022-08-05 10:11:44 -07:00
CHANGELOG.md update changelog and IDL 2022-08-08 19:06:13 +02:00
Cargo.lock Avoid custom Debug impls by using derivative crate 2022-08-13 10:18:04 +02:00
Cargo.toml
Dockerfile Upgrade docker runtime distro 2022-08-12 14:17:18 +01:00
HOW-TO-RELEASE.md
README.md
idl-fixup.sh
mc-release-to-devnet.sh
package-lock.json
package.json bump pkg version 2022-08-04 14:46:16 -04:00
release-to-devnet.sh Fix scripts 2022-08-10 09:16:07 +02:00
release-to-mainnet.sh Fix scripts 2022-08-10 09:16:07 +02:00
tsconfig.build.json
tsconfig.cjs.json
tsconfig.esm.json
tsconfig.json
update-local-idl.sh
yarn.lock mc/max swap (#159) 2022-08-11 17:44:12 +02: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