Installation

Describes the installation of the Seascape SDK into your computer

In your node.js project directory, run the following command to install the SDK

npm install seascape

This will make available to read the smartcontracts

Smartcontract frameworks

Seascape SDK supports Truffle framework and Hardhat framework. If you write your smartcontracts in one of the mentioned frameworks, you can also install the seascape module.

The Seascape SDK will help you to share the ABI, Smartcontract address across the micro-services, once the smartcontracts are deployed.

More informations comes later.

Last updated