@padi-dev-dangpm/libraries-solidity
v1.0.2
Published
**Common libraries for the Manifold suite of contracts.**
Downloads
3
Readme
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