Skip to content

mina-wallet-adapter/wallet-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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