autogenerated interactive form for solidity smart contracts
- Open issues on things that are broken
- Fix open issues by sending PRs
- Add documentation
npm install smartcontract-app
require ('smartcontract-app')
see ./demo/demo.js
or https://ethereum-play.github.io/smartcontract-ui/
# 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
Turn Solidity code into an autogenerated contract UI.
MIT