Skip to content

smartcontract-codes/smartcontract-ui-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smartcontract-ui

autogenerated interactive form for solidity smart contracts

demo screencast

Join the chat at https://gitter.im/ethereum/play

How can I help?

use

npm install smartcontract-app

const smartcontractui = require ('smartcontract-app')
// see `./demo/demo.js` or https://ethereum-play.github.io/smartcontract-ui/

contribute

you can open issues on things that are broken or features you'd like to see or questions you have or even fork, add some code and make a pull request:

  1. fork it
  2. clone it
git clone https://github.com/ethereum-play/smartcontract-ui.git
cd smartcontract-ui
npm install
  1. run it npm start
  2. commit
npm run build
git add -A
git commit -m 'Some message'
git push
  1. make pull request

License

MIT

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%