Skip to content

doperiddle/aptos-snap

 
 

Repository files navigation

Aptos Wallet Snap

The Aptos Wallet Snap is a MetaMask extension that has Aptos capabilities such as public key derivation, transaction signing, message signing.

Starting the snap

Install the latest version of the Snaps CLI

npm install -g @metamask/snaps-cli

Install the dependencies

npm install

Build and start the local development server

npm start

Using the snap

The production snap is available as Snap ID npm:@rise-wallet/aptos-snap.

The locally started snap is available as Snap ID local:http://localhost:8081.

See the RPC API for more information on how to interact with the snap.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.4%
  • HTML 23.6%