/framework

Smart Contract Framework 🏗

Primary LanguageShellMIT LicenseMIT

Core Token Framework

Smart Contract Framework 🏗

Core Token framework is development center for Ethereum and Core Coin Smart Contracts.

With functionality of:

  • development
  • testing
  • security audits
  • structure graphs (dot and image files)
  • deployment process

Start development

Start with fork this repository and create your own Smart Contract based on Core Token functionality.

Optionally you can install tool with

NPM

npm install coretoken/framework#master --save

Yarn

yarn add https://github.com/coretoken/framework

Bower

bower install https://github.com/coretoken/framework#master --save

Requirements

To create audits and graphs is necessary install following:

Mythril

pip3 install mythril

More informations how to install in your environment.

Slither

pip3 install slither-analyzer

More informations about Slither - Solidity source analyser.

Graphviz

brew install graphviz

More informations and download Graphviz.

Generate documentation

We built tool, which will generate documentation for your project.

You can run it with: npm run docs

Contribute

Fork this repository and send us pull request or write issue to help us improve the code.

Thank you.

License

Code released under the MIT license.