Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@manifoldxyz/libraries-solidity

Package Overview
Dependencies
Maintainers
18
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@manifoldxyz/libraries-solidity

## The Manifold Library Contracts

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
99
1.02%
Maintainers
18
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 22 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts