JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 396235
  • Score
    100M100P100Q192909F
  • License (MIT OR Apache-2.0)

Anchor client

Package Exports

  • @coral-xyz/anchor
  • @coral-xyz/anchor/dist/browser/index.js
  • @coral-xyz/anchor/dist/cjs
  • @coral-xyz/anchor/dist/cjs/coder/borsh/accounts
  • @coral-xyz/anchor/dist/cjs/coder/borsh/accounts.js
  • @coral-xyz/anchor/dist/cjs/coder/borsh/idl
  • @coral-xyz/anchor/dist/cjs/coder/borsh/idl.js
  • @coral-xyz/anchor/dist/cjs/idl
  • @coral-xyz/anchor/dist/cjs/idl.js
  • @coral-xyz/anchor/dist/cjs/index
  • @coral-xyz/anchor/dist/cjs/index.js
  • @coral-xyz/anchor/dist/cjs/native/system
  • @coral-xyz/anchor/dist/cjs/native/system.js
  • @coral-xyz/anchor/dist/cjs/nodewallet
  • @coral-xyz/anchor/dist/cjs/nodewallet.js
  • @coral-xyz/anchor/dist/cjs/program
  • @coral-xyz/anchor/dist/cjs/program/index.js
  • @coral-xyz/anchor/dist/cjs/program/namespace/instruction.js
  • @coral-xyz/anchor/dist/cjs/program/namespace/methods
  • @coral-xyz/anchor/dist/cjs/program/namespace/methods.js
  • @coral-xyz/anchor/dist/cjs/program/namespace/rpc
  • @coral-xyz/anchor/dist/cjs/program/namespace/rpc.js
  • @coral-xyz/anchor/dist/cjs/provider
  • @coral-xyz/anchor/dist/cjs/provider.js
  • @coral-xyz/anchor/dist/cjs/utils/bytes
  • @coral-xyz/anchor/dist/cjs/utils/bytes/base64
  • @coral-xyz/anchor/dist/cjs/utils/bytes/base64.js
  • @coral-xyz/anchor/dist/cjs/utils/bytes/bs58
  • @coral-xyz/anchor/dist/cjs/utils/bytes/bs58.js
  • @coral-xyz/anchor/dist/cjs/utils/bytes/index.js
  • @coral-xyz/anchor/dist/cjs/utils/bytes/utf8
  • @coral-xyz/anchor/dist/cjs/utils/bytes/utf8.js
  • @coral-xyz/anchor/dist/cjs/utils/common
  • @coral-xyz/anchor/dist/cjs/utils/common.js
  • @coral-xyz/anchor/dist/cjs/utils/pubkey
  • @coral-xyz/anchor/dist/cjs/utils/pubkey.js
  • @coral-xyz/anchor/dist/cjs/utils/registry
  • @coral-xyz/anchor/dist/cjs/utils/registry.js
  • @coral-xyz/anchor/dist/cjs/utils/rpc
  • @coral-xyz/anchor/dist/cjs/utils/rpc.js
  • @coral-xyz/anchor/dist/cjs/utils/sha256
  • @coral-xyz/anchor/dist/cjs/utils/sha256.js
  • @coral-xyz/anchor/dist/cjs/utils/token
  • @coral-xyz/anchor/dist/cjs/utils/token.js
  • @coral-xyz/anchor/dist/cjs/workspace.js
  • @coral-xyz/anchor/dist/esm/coder/borsh/idl
  • @coral-xyz/anchor/dist/esm/coder/borsh/idl.js
  • @coral-xyz/anchor/dist/esm/index.js
  • @coral-xyz/anchor/dist/esm/utils/common
  • @coral-xyz/anchor/dist/esm/utils/common.js
  • @coral-xyz/anchor/dist/esm/utils/rpc
  • @coral-xyz/anchor/dist/esm/utils/rpc.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@coral-xyz/anchor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@coral-xyz/anchor

npm Docs

TypeScript client for Anchor programs.

Note

  • @coral-xyz/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.