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

@tokenfoundry/token-contracts

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tokenfoundry/token-contracts

Code for the new token foundry token using zeppeling ERC20 implementation.

  • 0.0.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-16.67%
Maintainers
4
Weekly downloads
 
Created
Source

token-contracts

Code for the new token foundry implementation using open zepppeling ERC20 implementation.

Contracts

  • ERC223BasicToken.sol: Implementation of ERC223 draft standard, ERC20 compliant.
  • HumanStandardToken.sol: Implementation of HumanStandardToken draft standard, ERC20 compliant.
  • ExampleToken.sol: Example of Token Contract, ERC20, ERC223, HumanStandardToken compliant.

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 01 Mar 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