0.0.19 • Published 1 year ago

@seracle/platform v0.0.19

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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');
0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago