Coder Social home page Coder Social logo

solviz / solviz-core Goto Github PK

View Code? Open in Web Editor NEW
14.0 1.0 0.0 380 KB

A solidity contract visualizer using d3.js - ConsenSys Grants Dublin Hackathon winner

License: GNU General Public License v3.0

JavaScript 100.00%
solidity smart-contracts visualization d3 d3js smart contracts graphic edge-bundling forced-directed-graph

solviz-core's Introduction

solviz

A visualization tool that makes Blockchain developers lives easier.

Please, read our wiki to better understand the story and the algorithm.

Features

  • Two graphics (Hierarchical Edge Bundling and Force-Directed Graph) ๐Ÿ’…
  • Interactive ๐Ÿป
  • Really fast ๐Ÿ‡

Limitations

As it is still under development

  • variables like: 0 and "some" directly in method
  • assembly
  • math actions as a parameter, like function(variable - 1)
  • send a variable of same type but different scale as a method parameter, like send uint32 instead of uint256
  • cast in method, like funtion(uint32(someVar))
  • a definition without variable name, like getMetadata(uint256 _tokenId, string memory)
  • use a auto-generated 'get' from a public method, like bool public isSaleClockAuction = true;
  • transfer in sub-methods, like auction.bid.value(msg.value - fee)(_id);

Installation and usage

NOTE: Since there isn't any released version yet, the commands below doesn't work yet. To see the graphic of the image of to, you can run npm run demo. We are hardly planning the release.

# Move to your project folder.
cd project-folder/

# Install solviz.
npm install --save-dev solviz

# Run solviz.
solviz Sample.sol

# View documentation
open ./docs/Sample.html

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL-3.0-only

solviz-core's People

Contributors

obernardovieira avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.