autogenerated interactive form for solidity smart contracts
npm install smartcontract-app
const smartcontractui = require ('smartcontract-app')
// see `./demo/demo.js` or https://ethereum-play.github.io/smartcontract-ui/
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:
- fork it
- clone it
git clone https://github.com/ethereum-play/smartcontract-ui.git
cd smartcontract-ui
npm install
- run it
npm start
- commit
npm run build
git add -A
git commit -m 'Some message'
git push
- make pull request
MIT