etherui-deploy

A simple way create new UI for Smart contract on via etherui.net on truffle environment.

Usage no npm install needed!

<script type="module">
  import etheruiDeploy from 'https://cdn.skypack.dev/etherui-deploy';
</script>

README

Description

This CLI tool allows to create Smart contract UI on EtherUI service by Truffle JSON file.

How to use

For the installation you need to run


npm install -g etherui-deploy

For the deploying new Smart contract UI you need to have login on service EtherUI .

If you have such credentials already, just go to your folder for Truffle project and run


etheruideploy

If you will run it a first time then be needed to enter login/password (it will be sent by https with sha256 hashed password)

Also, you must to specify "build" directory, Smart contract name, contract address and this tool will deploy and create new UI by Smart contract ABI.

Demo

The deployment process via CLI

CLI

New web, desktop, mobile UI

CLI