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
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dvote-smart-contracts - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

package.json

@@ -5,3 +5,3 @@ {

"name": "dvote-smart-contracts",
"version": "0.1.0"
"version": "0.2.0"
}
# 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.
This package was deprecated long ago.
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`
Please, use `dvote-solidity` instead.
## Testing
We can run stuff in a remote network (as the testing one) with:
`./node_modules/truffle/build/cli.bundled.js test --network test`
or using a stupid-named shortcut
`npm run testintest`
### 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](https://solidity.readthedocs.io/en/latest/050-breaking-changes.html).
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