Create Codama root nodes from multiple Anchor IDLs with enhanced support.
Full documentation and examples are available at coda.ianm.com/docs/packages/codama-nodes-from-anchor-x.
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);
Copyright © 2025 Ian Macalinao
Licensed under the Apache License, Version 2.0