Mina Protocol specific extensions to the Wallet Standard
npm install mina-wallet-standardmina-wallet-standardMina Protocol specific extensions to the Wallet Standard.
The Wallet Standard Extensions for Mina Protocol are defined as follows:
- mina:
- mina:mainnet
- mina:devnet
- mina:berkeley
- mina:signMessage
- mina:signTransaction
- mina:sendTransaction
- mina:signAndSendTransaction
0. Dependencies
- Node 16 or newer
- NPM
1. Clone this git repository and change to the project directory
``shell`
git clone https://github.com/mina-wallet-adapter/wallet-standard.git
cd wallet-standard
2. Install project dependencies
`shell`
npm install
3. Run below command to build.
`shell``
npm build