Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 808 Bytes

File metadata and controls

33 lines (19 loc) · 808 Bytes

Test MetaMask Snap

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

Build

  1. Clone the Warden Protocol repo:

    git clone https://github.com/warden-protocol/wardenprotocol
    
    cd wardenprotocol/snap
  2. Install the required dependencies:

    npm install
  3. Run the server (it will monitor changes and rebuild automatically):

    npm start
  4. 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.