Go to file
Christian Kamm 4ef5a52ab8 Hack: make ts/ into the repo root, so yarn can work 2022-07-14 11:21:39 +02:00
.github fix anchor-init ci and bpf-upgradeable-state package.json (#1781) 2022-04-12 19:29:52 -04:00
src Hack: make ts/ into the repo root, so yarn can work 2022-07-14 11:21:39 +02:00
tests Hack: make ts/ into the repo root, so yarn can work 2022-07-14 11:21:39 +02:00
types/buffer-layout Hack: make ts/ into the repo root, so yarn can work 2022-07-14 11:21:39 +02:00
.gitignore lang: Add support for multiple test suites with separate local validators (#1681) 2022-03-30 17:17:54 -04:00
.gitmodules Hack: make ts/ into the repo root, so yarn can work 2022-07-14 11:21:39 +02:00
README.md Hack: make ts/ into the repo root, so yarn can work 2022-07-14 11:21:39 +02:00
jest.config.js Hack: make ts/ into the repo root, so yarn can work 2022-07-14 11:21:39 +02:00
package.json Hack: make ts/ into the repo root, so yarn can work 2022-07-14 11:21:39 +02:00
rollup.config.ts Hack: make ts/ into the repo root, so yarn can work 2022-07-14 11:21:39 +02:00
tsconfig.base.json Hack: make ts/ into the repo root, so yarn can work 2022-07-14 11:21:39 +02:00
tsconfig.cjs.json Hack: make ts/ into the repo root, so yarn can work 2022-07-14 11:21:39 +02:00
tsconfig.json Hack: make ts/ into the repo root, so yarn can work 2022-07-14 11:21:39 +02:00
yarn.lock Hack: make ts/ into the repo root, so yarn can work 2022-07-14 11:21:39 +02: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.