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

dvote-smart-contracts

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dvote-smart-contracts

Solidity smart contracts implementing the voting functionality

  • 0.0.1
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-83.33%
Maintainers
1
Weekly downloads
 
Created
Source

dvote-smart-contracts

Solidity smart contracts implementing the voting functionality

Developing

Make sure you npm install, as all dependencies (including but not limited to Truffle and Ganache-cli) will be installed locally.

To run Truffle or Ganache-cli locally you can either run them manually: ./node_modules/ganache-cli/cli.js ./node_modules/truffle/build/cli.bundled.js or using a shortcut for some common tasks npm run ganache npm test npm run build npm run migrate

pragma solidity ^0.5.0;

0.5.0 version of Solc was recently released. This version includes a lot of improvements over the previous release, but it has breaking changes.

FAQs

Package last updated on 30 Dec 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