Comment on page
Getting Started
How to set up RAILGUN Wallet SDK for your crypto wallet
You may install the Wallet SDK and Shared Models with
npm
or yarn
. We are currently making major improvements to the latest versions of the SDKs. For now, please use the stable versions listed below.npm install @railgun-community/[email protected] @railgun-community/[email protected]
-or-
yarn add @railgun-community/[email protected] @railgun-community/[email protected]
RAILGUN uses a custom Ethers v6 fork which includes some features that make balance scanning and transactions more reliable.
yarn add github:Railgun-Community/ethers.js#v6.7.10
In the following steps, we'll cover Wallet SDK initialization:
Last modified 5d ago