0.1.3 • Published 2 years ago
mina-wallet-standard v0.1.3
mina-wallet-standard
Mina Protocol specific extensions to the Wallet Standard.
Standard Extensions
The Wallet Standard Extensions for Mina Protocol are defined as follows:
Namespaces
mina:
Chains
mina:mainnetmina:devnetmina:berkeley
Features
mina:signMessagemina:signTransactionmina:sendTransactionmina:signAndSendTransaction
How to Build
- Dependencies
- Node 16 or newer
- NPM
- Clone this git repository and change to the project directory
git clone https://github.com/mina-wallet-adapter/wallet-standard.git
cd wallet-standard- Install project dependencies
npm install- Run below command to build.
npm build