Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 262 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 262 Bytes

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