Skip to content

arvindEleven01/smartcontract-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

contract ui

autogenerated interactive form for solidity smart contracts

Demo

Screencast

How can I help?

  1. Open issues on things that are broken
  2. Fix open issues by sending PRs
  3. Add documentation

usage

to use smart contract ui in your project

npm install smartcontract-app

require ('smartcontract-app')

see ./demo/demo.js or https://ethereum-play.github.io/smartcontract-ui/

to run smart contract ui locally

# 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. smartcontract-ui smartcontract-ui smartcontract-ui

License

MIT

About

visually deploy and interact with smart contracts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published