0.1.4 • Published 3 years ago

ichweb v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

What is IchWeb?

ICH Web - Developer Document

IchWeb aims to deliver a unified, seamless development experience influenced by Ethereum's Web3 implementation. We have taken the core ideas and expanded upon it to unlock the functionality of TRON's unique feature set along with offering new tools for integrating DApps in the browser, Node.js and IoT devices.

Compatibility

  • Version built for Node.js v6 and above
  • Version built for browsers with more than 0.25% market share

You can access either version specifically from the dist folder.

IchWeb is also compatible with frontend frameworks such as:

  • Angular
  • React
  • Vue.

You can also ship IchWeb in a Chrome extension.

Installation

Node.js

npm install ichweb

or

yarn add ichweb

Browser

First, don't use the release section of this repo, it has not updated in a long time.

Then easiest way to use IchWeb in a browser is to install it as above and copy the dist file to your working folder. For example:

cp node_modules/ichweb/dist/IchWeb.js ./js/ichweb.js

so that you can call it in your HTML page as

<script src="./js/tronweb.js"><script>