JSPM

@macalinao/codama-nodes-from-anchor-x

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 88
  • Score
    100M100P100Q98710F
  • License Apache-2.0

Create Codama root nodes from multiple Anchor IDLs

Package Exports

  • @macalinao/codama-nodes-from-anchor-x

Readme

@macalinao/codama-nodes-from-anchor-x

npm version npm downloads

Create Codama root nodes from multiple Anchor IDLs with enhanced support.

Documentation

Full documentation and examples are available at coda.ianm.com/docs/packages/codama-nodes-from-anchor-x.

Quick Start

npm install @macalinao/codama-nodes-from-anchor-x
import { rootNodeFromAnchorIdls } from "@macalinao/codama-nodes-from-anchor-x";

// Parse multiple IDLs into a single root node
const idls = [idl1, idl2, idl3];
const root = rootNodeFromAnchorIdls(idls);

License

Copyright © 2025 Ian Macalinao

Licensed under the Apache License, Version 2.0