Package Exports
- @macalinao/codama-nodes-from-anchor-x
Readme
@macalinao/codama-nodes-from-anchor-x
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-ximport { 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