New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
152
decreased by-23.23%
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc