@mage-sombre/iapp
v1.0.0-beta.2
Published
A SDK to guide you through the process of managing and running an iExec iApp
Readme
iApp offers developers methods to manage and run an iExec iApp.
Installation
Web3mail is available as an npm package.
npm:
npm install @mage-sombre/iappyarn:
yarn add @mage-sombre/iappGet started
Browser
import { IExecIApp } from "@mage-sombre/iapp";
const web3Provider = window.ethereum;
const iapp=IExecIApp(web3Provider);NodeJS
import { IExecIApp, getWeb3Provider } from "@mage-sombre/iapp";
const { PRIVATE_KEY } = process.env;
const web3Provider = getWeb3Provider(PRIVATE_KEY);
const iapp =IExecIApp(web3Provider);License
This project is licensed under the terms of the Apache 2.0.
