Skip to content

danfinlay/Dapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dapper

A universal dapp interface.

Live Example

Provides a form to describe an Ethereum smart contract, generates an interface for that smart contract, and gives you a hyperlink to share that interface freely.

To Do:

  • Warn users when they don't have a web3 browser.
  • Provide Dapp describing interface.
  • Generate interface from dapp description.
  • Generate reusable URL from dapp UI description.
  • Use reusable URL to restore dapp UI.
  • Let the UI make real requests to the contract.
  • Add input type validations.
  • Make the UI look good.

To run:

npm start

To build:

npm run bundle.

Then just include bundle.js in an HTML file.

To live reload during development:

npm start.

About

An Ethereum Dapp Interface Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published