Skip to content

coretoken/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.

About

Smart Contract Framework ๐Ÿ—

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published