susyweb-sof-contract
v1.0.0-beta.55
Published
SusyWeb module to interact with Sophon smart contracts.
Downloads
8
Readme
susyweb-sof-contract
This is a sub module of susyweb.js
This is the contract module to be used in the susyweb-sof
module.
Please read the documentation for more.
Installation
npm install susyweb-sof-contract
Usage
import {Contract} from 'susyweb-sof-contract';
new Contract(
'http://127.0.0.1:4546',
abi,
address,
options
);
Types
All the typescript typings are placed in the types folder.