@suku/governance-eth-lib

1.2.2 • Public • Published

SUKU Governance ETH Library

Welcome to the Governance ETH Library.

This library aims to abstract Ethereum interactions across multiple backend and
frontend deployments to provide the functionality for Suku's governance mechanism.
Cheers!

To use the package

npm install @suku/governance-eth-lib

To run locally:

git clone git@github.com:SukuLab/governance-eth-lib.git
cd governance-eth-lib
npm install
npm run build

To test

npm run test

Example File

An example server is given in in ./src/example.ts Check out the example server and interact with the endpoints!

To Run Example

npm run example

Angular Configuration

This package uses a logger that requires fs.

fs is not supported in Angular so package.json must be updated to include the following:

  "browser": {
    "fs": false,
    "path": false,
    "os": false
  },

Readme

Keywords

none

Package Sidebar

Install

npm i @suku/governance-eth-lib

Weekly Downloads

1

Version

1.2.2

License

ISC

Unpacked Size

42.1 kB

Total Files

10

Last publish

Collaborators

  • bdoganer
  • garrett-lee
  • ijazm
  • lucashenning