MultiChain API
MultiChain API is an unofficial MultiChain client for Node.js written in TypeScript.
💡 The
alpha
status only denotes that the unit tests are incomplete, but the client should be fully functional.
Features
Promise
-based functional API- Optimized for serverless architecture
Installation
npm install --save multichain-api
Examples
TypeScript example:
clientGetBlock42 .thenconsole.logresponse .catchconsole.logerror
JavaScript example:
const GetBlock = const RpcClient = const client =