Skip to main content

Mystiko Node.js SDKs

Mystiko integrates its Rust SDK with Node.js using napi-rs, enabling Node.js to support all general methods of Mystiko.

Started

npm install @mystikonetwork/config
npm install @mystikonetwork/protos
npm install @mystikonetwork/node

Next Steps

Now that you've installed Mystiko-Node deps, you're ready to start integrating it. The next section will walk you through the process of setting up your project to use the SDK.