The Aeternity Wallet Snap is a MetaMask extension that enables secure account management and transaction signing for the Aeternity blockchain.
You can install the Snap by adding it via MetaMask settings and running it locally. For detailed instructions, refer to the Installation section of this README.
Yes, the Snap ensures that your private key never leaves the plugin, and it provides a transparent preview of transactions before you sign them.
You can access the demo for testnet/mainnet at Aeternity Snap Demo.
Contributions are welcome! Please open an issue or submit a pull request with any improvements.
The npm package can be installed using:
npm install @aeternity-snap/plugin
Manage account and sign transactions for Aeternity Protocol blockchain. The Aeternity Wallet Snap is a MetaMask extension that has Aeternity capabilities such as public key derivation, transaction signing, message signing.
Install the latest version of the Snaps CLI
yarn add @metamask/snaps-cli
Install the dependencies
yarn install
Build and start the local development server
yarn dev
The locally started snap is available as Snap ID local:http://localhost:8080
.
Add Snap: https://aeternity-snap.vercel.io
🔄 Metamask doesn't automatically offer to install the new version, you need to do it manually:
- Open metamask
- Settings
- Snaps
- Select Aeternity Snap
- Remove
Demo (testnet/mainnet): https://aeternity-snap.vercel.io
Install dependencies
yarn install
Start snap and frontend
yarn dev
Snap is located at localhost:8080
and frontend is located at localhost:3000
The @aeternity-snap/plugin
itself does not have internet access. The plugin only signs transactions and provides an interface for viewing actions signed by the user.
- Connect to dapp
- Sign transaction
- Sign message
The plugin does not return the private key of your aeternity account to a third-party application.
Thanks to the preview of incoming transactions, you know exactly what you are signing. Without your consent, no third party application will receive your public key.