For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getting Started

How to set up RAILGUN Wallet SDK for your crypto wallet

Installation

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/wallet@10.4.0 @railgun-community/shared-models@7.6.1 ethers@6.13.1 snarkjs @types/snarkjs

-or-

yarn add @railgun-community/wallet@10.4.0 @railgun-community/shared-models@7.6.1 ethers@6.13.1 snarkjs @types/snarkjs

Next steps

In the following steps, we'll cover Wallet SDK initialization:

Last updated