1.0.2 • Published 1 year ago

@padi-dev-dangpm/libraries-solidity v1.0.2

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

manifoldxyz-libraries-solidity

The Manifold Library Contracts

Common libraries for the Manifold suite of contracts.

  • AdminControl - Provides the ability to add addresses as admins and gate functions to those addresses

Installation

$ npm install @manifoldxyz/libraries-solidity

Running the package unit tests

Visit the github repo and clone the repo. It uses the truffle framework and ganache-cli.

Install both:

npm install -g truffle
npm install -g ganache-cli

install dependencies

npm install

Compile

truffle compile

Start development server

ganache-cli

Deploy migrations

truffle migrate

Run tests

truffle test