Skip to main content

MetaMask Snap

Warden Protocol maintains a MetaMask Snap to bring your Warden Protocol Ethereum addresses to any dApp that already supports MetaMask.

MetaMask accounts list with a Warden Protocol controlled address

Build

Clone the Warden Protocol repo:

git clone https://github.com/warden-protocol/wardenprotocol

cd wardenprotocol/snap

Install the required dependencies:

npm install

Run the server (it will monitor changes and rebuild automatically):

npm start

Now SpaceWard can load the MetaMask Snap using the origin local:http://localhost:8123.

Publish

MetaMask Snaps are published as npm packages. At this time, the Warden Protocol MetaMask Snap is not published to npm, but you can build and test it locally.