apmilen / Dapper

An Ethereum Dapp Interface Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%Language:HTML 0.0%