Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.03 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.03 KB

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