Wraps ironfish-rust as a NodeJS native addon.
This project was bootstrapped by create-neon.
To learn more about Neon, see the Neon documentation.
In the project directory, you can run:
Installs the project, including running npm run build.
Builds the Node addon (index.node) from source.
Additional cargo build arguments may be passed to npm build and npm build-* commands. For example, to enable a cargo feature:
npm run build -- --feature=beetle
Alias for npm build.
Same as npm build but, builds the module with the release profile. Release builds will compile slower, but run faster.