drtweb
v2.0.8
Published
This is a drtweb package
Downloads
3
Readme
What is DrtWeb?
DrtWeb aims to deliver a unified, seamless development experience for RGC coin influenced by Ethereum's Web3 implementation. We have taken the core ideas and expanded upon it to unlock the functionality of DRT'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.
DrtWeb is also compatible with frontend frameworks such as:
Angular
React
Vue.
You can also ship DrtWeb in a Chrome extension. Installation Node.js
npm install drtweb
or
yarn add drtweb
Browser
First, don't use the release section of this repo, it has not updated in a long time.
Then easiest way to use DrtWeb in a browser is to install it as above and copy the dist file to your working folder. For example:
cp node_modules/drtweb/dist/DrtWeb.js ./js/drtweb.js
so that you can call it in your HTML page as