Hi! I created iost-extension about 1 month ago.
The version in this repository were supporting IOST testnet (Everest v2.0). (You can see what iost extension was looked like in Everest 2.0 testnet version at this link)
About a month after that, IOST successfully launched mainnet (Olympus v1.0) and the main developer of iost forked this repository for mainnet use and renamed it to iWallet
. So if you are finding a recent version of iWallet repository, go to this repository. Thank you :)
It is an extension for accessing IOST-enabled Dapps in your Chrome browser.
*IOST: Internet of Service (http://iost.io)
The extension injects the iost.js, enabling to use IOST blockchain API in every website javascript context.
IOST Extension also lets the user sign transaction while doesn't exposing any secure information to website.
Because it adds functionality to the browser, IOST Extension requires the permission to read and write to any webpage. You can always "view the source" of IOST Extension the way you do any Chrome extension, or view the source code on Github:
- clone this repository
git clone ...
- install npm packages
npm install
- build the codes
npm run build:local
- Go to chrome://extensions/
- Turn on
developer mode
at the top right corner - Drag your
/dist
folder which generated from step 3 to the page.
Here is a dapp sample. iost-helloworld-dapp
Please join our telegram group for more info.