Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 788 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 788 Bytes

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:mainnet
  • mina:devnet
  • mina:berkeley

Features

  • mina:signMessage
  • mina:signTransaction
  • mina:sendTransaction
  • mina:signAndSendTransaction

How to Build

  1. Dependencies
  • Node 16 or newer
  • NPM
  1. Clone this git repository and change to the project directory
git clone https://github.com/mina-wallet-adapter/wallet-standard.git
cd wallet-standard
  1. Install project dependencies
npm install
  1. Run below command to build.
npm build