New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@machinomy/contracts

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@machinomy/contracts

Machinomy contracts managed by Truffle

  • 4.0.12
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-41.67%
Maintainers
3
Weekly downloads
 
Created
Source

Machinomy contracts Build Status Coverage Status

Machinomy contracts is a TypeScript interface for Ethereum contracts managed by Truffle used by Machinomy.

Install

$ yarn add @machinomy/contracts

Workflow

Use ganache-cli for fast development. Start it:

$ ganache-cli

Then deploy contracts to the tesrpc network:

$ yarn truffle:migrate

Truffle generates json files by default. You need to compile the json files to ts files. Run:

$ yarn build

Now package is ready to use by Machinony.

Deployment

To deploy the package to the Ropsten network you need to run local geth instance and then run commands:

$ yarn truffle:migrate --network ropsten
$ yarn build

FAQs

Package last updated on 02 May 2018

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