JS SDK
Installation
npm install @atgraphite/web3-plugin
# or
yarn add @atgraphite/web3-pluginGetting Started
import { GraphitePlugin } from "@atgraphite/web3-plugin";
const NODE_URL = 'node url';
const web3 = new Web3(NODE_URL)
web3.eth.accounts.wallet.add(privateKey)
web3.registerPlugin(new GraphitePlugin(web3))First time users
await web3.graphite.activateAccount()Interface
Last updated