Mina 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
- 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