Go to file
tjs b9fb552e9e move package.json to root directory
to support the ui
2022-05-02 12:23:58 -04:00
.cargo
.github/workflows Add manual run 2022-03-22 07:45:36 +00:00
keeper comments 2022-04-09 21:20:00 +02:00
lib/checked_math
mango-macro further work on perps 2022-03-22 07:06:33 +01:00
migrations
programs todo 2022-04-12 20:43:45 +02:00
py
ts/client/src move package.json to root directory 2022-05-02 12:23:58 -04:00
.gitignore Some progress on initial ts example 2022-03-31 15:58:18 +02:00
Anchor.toml fix address 2022-03-30 17:41:37 +02:00
Cargo.lock poc keeper 2022-04-09 21:18:07 +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
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
package.json move package.json to root directory 2022-05-02 12:23:58 -04:00
release-to-devnet.sh cleanup 2022-04-13 08:48:35 +02:00
tsconfig.json move package.json to root directory 2022-05-02 12:23:58 -04:00
update-local-idl.sh extend 2022-04-13 08:48:58 +02:00
yarn.lock move package.json to root directory 2022-05-02 12:23:58 -04: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