mina-wallet-standard
v0.1.3
Published
Mina Protocol specific extensions to the Wallet Standard
Downloads
15
Maintainers
Readme
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
- 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