0.0.4 • Published 10 months ago

anchor-idl-converter v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

anchor-idl-converter

Converter for Anchor IDL, convert your IDL from anchor new version to old version.

This is a simple tool i made to convert new Anchor IDL (anchor v0.30.0+) to old Anchor IDL (anchor v0.29.0-). Im using this tool because some another tools like SolanaFM Local IDL until now still not support the new Anchor IDL.

!WARNING
This tools is only hacky solution, and may not work for all cases.

How to use

# use with bun
bunx anchor-idl-converter@latest to-old -i contract-idl.json -o converted-idl.json
# or with npm
npx anchor-idl-converter@latest to-old -i contract-idl.json -o converted-idl.json
# or install it globally
npm install -g anchor-idl-converter
anchor-idl-converter to-old -i contract-idl.json -o converted-idl.json
0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago