anchor/ts
Faiyam Rahman f09a81d720 push dist 2022-08-16 19:31:55 -07:00
..
dist push dist 2022-08-16 19:31:55 -07:00
src ts: fix fetching all accounts when using a custom coder (#2107) 2022-08-12 14:06:14 -04:00
tests ts: convert `EventParser.parseLogs` to a generator function (#2018) 2022-07-01 23:29:19 -04:00
types/buffer-layout ts: Types fixes (#850) 2021-10-09 14:14:14 -07:00
README.md fix: align links to coral-xyz/anchor github repo (#1988) 2022-06-19 22:16:16 -04:00
jest.config.js ts: Improve native ESM compatibility (#1053) 2021-11-28 08:02:58 -08:00
package.json rm terser 2022-08-16 19:31:16 -07:00
rollup.config.ts rm terser 2022-08-16 19:31:16 -07:00
tsconfig.base.json ts: Create a minified browser build (#1108) 2021-12-07 15:16:46 -05:00
tsconfig.cjs.json ts: Create a minified browser build (#1108) 2021-12-07 15:16:46 -05:00
tsconfig.json ts: Create a minified browser build (#1108) 2021-12-07 15:16:46 -05:00
yarn.lock rm terser 2022-08-16 19:31:16 -07:00

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.