anchor/ts
Matthew Callens c47fb2877e
lang: adjust `realloc` implementation to safeguard max increase and idempotency (#1986)
2022-07-05 15:54:40 -04:00
..
src lang: adjust `realloc` implementation to safeguard max increase and idempotency (#1986) 2022-07-05 15:54:40 -04:00
tests ts: convert `EventParser.parseLogs` to a generator function (#2018) 2022-07-01 23:29:19 -04:00
types/buffer-layout
README.md fix: align links to coral-xyz/anchor github repo (#1988) 2022-06-19 22:16:16 -04:00
jest.config.js
package.json fix: align links to coral-xyz/anchor github repo (#1988) 2022-06-19 22:16:16 -04:00
rollup.config.ts ts: Fix browser detection (#1233) 2022-05-04 11:06:09 -04:00
tsconfig.base.json
tsconfig.cjs.json
tsconfig.json
yarn.lock

README.md

@project-serum/anchor

npm Docs

TypeScript client for Anchor programs.

Note

  • @project-serum/anchor depends on node.js native modules. Therefore, webpack 5 will not work with current version. You will either need to rollback to webpack 4, or use a polyfill for each missing dependency.