Getting Started

@poro-wallet/core aims at facilitating blockchain wallets and transactions management, such as but not limited to wallet generation and transaction construction for various supported blockchains.

The Basics

To get started with @poro-wallet/core, we first need to install the package. Please make sure you have node.js and npm / other nodejs package manager installed in your machine.

Node.js Environment Setup

Package Installation

npm install @poro-wallet/core

Last updated