anchor/README.md

10 lines
527 B
Markdown
Raw Permalink Normal View History

# @project-serum/anchor
2020-12-31 15:48:06 -08:00
[![npm](https://img.shields.io/npm/v/@project-serum/anchor.svg?color=blue)](https://www.npmjs.com/package/@project-serum/anchor)
[![Docs](https://img.shields.io/badge/docs-typedoc-blue)](https://project-serum.github.io/anchor/ts/index.html)
2021-09-21 14:05:56 -07:00
TypeScript client for Anchor programs.
2021-05-10 13:12:20 -07:00
2021-01-04 21:18:08 -08:00
## Note
2020-12-31 15:48:06 -08:00
* `@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.