Skip to content

A generator of UI for Solidity smart contracts

License

Notifications You must be signed in to change notification settings

HAPIprotocol/solidity-ui-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solidity-ui-generator

A generator of UI for Solidity smart contracts

Testing

Run this to generate a test application:

npm run build -- --input ./test --output ./output --clean

Start the generated application:

cd output
npm run start