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

@tokenfoundry/sale-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

@tokenfoundry/sale-contracts

Code for the new token foundry token and sale base contracts.

  • 0.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
3
Weekly downloads
 
Created
Source

sale-contracts

Code for the new token foundry token and sale base contracts.

Contracts

  • Sale.sol: Abstract base contract from which all sales inherit. It implements a basic sale structure and common functions.
  • DisbursementHandler.sol: Contract that is used by the sale in order to lock tokens until a timestamp.

Instructions

In order to build and test the contracts found in this repo, Truffle version > 4 is needed.

Building

Once the repo is cloned, run npm install to install all the dependencies.

Running truffle compile will compile the contract code and place the output in the build/contracts directory.

Testing

truffle test to run all the tests.

npm run coverage to run tests and get code coverage.

License

MIT

FAQs

Package last updated on 25 Jan 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