Daniel Marin a5dbc7b850 ts: setup associated token program idl (#1939) 3 年 前
..
src a5dbc7b850 ts: setup associated token program idl (#1939) 3 年 前
tests d83fcbf7bc ts: Add program.coder.types for encoding/decoding user-defined types (#1931) 3 年 前
types 24d07aa41b ts: Types fixes (#850) 4 年 前
README.md 1f95929f1d docs: add webpack 5 note on @project-serum/anchor (#1320) 3 年 前
jest.config.js 5e8d335599 ts: Improve native ESM compatibility (#1053) 3 年 前
package.json f9c42f104b ts: remove .rollup.cache when publishing npm package (#1919) 3 年 前
rollup.config.ts 8ddc9f25a6 ts: Fix browser detection (#1233) 3 年 前
tsconfig.base.json 0f8de4f6af ts: Create a minified browser build (#1108) 3 年 前
tsconfig.cjs.json 0f8de4f6af ts: Create a minified browser build (#1108) 3 年 前
tsconfig.json 0f8de4f6af ts: Create a minified browser build (#1108) 3 年 前
yarn.lock b18b7f7393 Add superstruct as a direct dependency (#1802) 3 年 前

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.