@seracle/platform
v0.0.19
Published
Official node.js package for Seracle modules
Downloads
10
Readme
Seracle Platform
Official node.js package for all the Seracle's modules. Read up here for getting started and understanding the API documentation: https://docs.seracle.com
Installation
Run npm i @seracle/platform --save
.
Modules
- Payments stack (module name: payment)
- Trade stack (module name: trade)
- NFT stack (module name: nft)
- Blockchain stack (module name: blockchain)
Documentation
const platform = require('@seracle/platform');
// Initialize the SDK with your API key and secret key.
// New keys can be taken from https://console.seracle.com
platform.init('API_KEY', 'SECRET_KEY');