@metamask/bip32-example-snap
Version:
MetaMask example snap demonstrating the use of `snap_getBip32Entropy`
49 lines (48 loc) • 1.11 kB
JSON
{
"version": "2.3.0",
"description": "MetaMask example snap demonstrating the use of `snap_getBip32Entropy`.",
"proposedName": "BIP-32 Example Snap",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "EYj8a1CyBIrzcSGQ6EY9Ny6Q+azLzobzU7agR7CKisA=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
"packageName": "@metamask/bip32-example-snap",
"registry": "https://registry.npmjs.org"
}
}
},
"initialPermissions": {
"endowment:rpc": {
"dapps": true,
"snaps": true
},
"snap_dialog": {},
"snap_getBip32Entropy": [
{
"path": ["m", "44'", "0'"],
"curve": "secp256k1"
},
{
"path": ["m", "44'", "0'"],
"curve": "ed25519"
},
{
"path": ["m", "44'", "0'"],
"curve": "ed25519Bip32"
}
],
"snap_getBip32PublicKey": [
{
"path": ["m", "44'", "0'"],
"curve": "secp256k1"
}
]
},
"platformVersion": "6.19.0",
"manifestVersion": "0.1"
}