All Projects → TokenMarketNet → Ethereum Smart Contract Transaction Demo

TokenMarketNet / Ethereum Smart Contract Transaction Demo

Licence: mit
This demo app demostrates how to deploy an Ethereum smart contract and then call this contract functions from a web user interface

Labels

Ethereum smart contract call and transaction signing demo

Introduction

This is a tutorial repository for Ethereum smart contract transactions from a web user interface.

There is a demo app written using React and Bootstrap. The application is coded in ECMAScript 2016 and wrapped together using Webpack. For the deployment of the contract Go Ethereum is used. For the API calls Etherscan.IO API service is used.

All private keys are held 100% on the client side and transaction is constructed in JavaScript, making the example optimal to follow if you are working with non-custodian wallets or Dapps.

We use both command line Node.js tools and browser based JavaScript in this demo.

screenshot

Read tutorial blog

Read the tutorial blog post on TokenMarket.net blog

View demo

If you do not wish to run the React app locally you have one free-to-use app available here:

ethereum-transaction-toy.tokenmarket.net

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].