File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 88
99<div align =" center " >
1010
11- [ ![ npm] ( https://img.shields.io/npm/v/@iexec /iapp )] ( https://www.npmjs.com/package/@iexec /iapp ) [ ![ license] ( https://img.shields.io/badge/license-Apache%202-blue )] ( /LICENSE )
11+ [ ![ npm] ( https://img.shields.io/npm/v/@mage-sombre /iapp )] ( https://www.npmjs.com/package/@mage-sombre /iapp ) [ ![ license] ( https://img.shields.io/badge/license-Apache%202-blue )] ( /LICENSE )
1212
1313</div >
1414
1515## Installation
1616
17- Web3mail is available as an [ npm package] ( https://www.npmjs.com/package/@iexec /iapp ) .
17+ Web3mail is available as an [ npm package] ( https://www.npmjs.com/package/@mage-sombre /iapp ) .
1818
1919** npm:**
2020
2121``` sh
22- npm install @iexec /iapp
22+ npm install @mage-sombre /iapp
2323```
2424
2525** yarn:**
2626
2727``` sh
28- yarn add @iexec /iapp
28+ yarn add @mage-sombre /iapp
2929```
3030
3131## Get started
3232
3333### Browser
3434
3535``` ts
36- import { IExecIApp } from " @iexec /iapp" ;
36+ import { IExecIApp } from " @mage-sombre /iapp" ;
3737
3838const web3Provider = window .ethereum ;
3939const iapp= IExecIApp (web3Provider );
@@ -42,7 +42,7 @@ const iapp=IExecIApp(web3Provider);
4242### NodeJS
4343
4444``` ts
45- import { IExecIApp , getWeb3Provider } from " @iexec /iapp" ;
45+ import { IExecIApp , getWeb3Provider } from " @mage-sombre /iapp" ;
4646
4747const { PRIVATE_KEY } = process .env ;
4848
Original file line number Diff line number Diff line change 11{
2- "name" : " @iexec /iapp" ,
3- "version" : " 0 .0.0" ,
2+ "name" : " @mage-sombre /iapp" ,
3+ "version" : " 1 .0.0-beta.1 " ,
44 "description" : " A SDK to guide you through the process of managing and running an iExec iApp" ,
55 "main" : " ./dist/index.js" ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments