anchor/ts
Armani Ferrante 0b4c7b0c73
v0.24.2 (#1788)
2022-04-13 19:44:18 -04:00
..
src ts: make `Provider` an interface, add `AnchorProvider` class, and update provider functions (#1707) 2022-04-11 15:48:58 -04:00
tests ts: fix program upgrade event crashes existing listeners (#1757) 2022-04-11 09:38:43 -04:00
types/buffer-layout ts: Types fixes (#850) 2021-10-09 14:14:14 -07:00
README.md docs: add webpack 5 note on @project-serum/anchor (#1320) 2022-01-15 11:32:40 -05:00
jest.config.js ts: Improve native ESM compatibility (#1053) 2021-11-28 08:02:58 -08:00
package.json v0.24.2 (#1788) 2022-04-13 19:44:18 -04:00
rollup.config.ts ts: Create a minified browser build (#1108) 2021-12-07 15:16:46 -05: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 update yarn lockfile, fix cli template, and fix ci (#1770) 2022-04-12 15:02:06 -04: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.