Skip to main content
Glama

Veri5ight MCP Server

by 5ajaki
index.js1.2 kB
/** * When interacting with Ethereum, it is necessary to use a private * key authenticate actions by signing a payload. * * Wallets are the simplest way to expose the concept of an * //Externally Owner Account// (EOA) as it wraps a private key * and supports high-level methods to sign common types of interaction * and send transactions. * * The class most developers will want to use is [[Wallet]], which * can load a private key directly or from any common wallet format. * * The [[HDNodeWallet]] can be used when it is necessary to access * low-level details of how an HD wallets are derived, exported * or imported. * * @_section: api/wallet:Wallets [about-wallets] */ export { BaseWallet } from "./base-wallet.js"; export { defaultPath, getAccountPath, getIndexedAccountPath, HDNodeWallet, HDNodeVoidWallet, } from "./hdwallet.js"; export { isCrowdsaleJson, decryptCrowdsaleJson } from "./json-crowdsale.js"; export { isKeystoreJson, decryptKeystoreJsonSync, decryptKeystoreJson, encryptKeystoreJson, encryptKeystoreJsonSync } from "./json-keystore.js"; export { Mnemonic } from "./mnemonic.js"; export { Wallet } from "./wallet.js"; //# sourceMappingURL=index.js.map

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/5ajaki/veri5ight'

If you have feedback or need assistance with the MCP directory API, please join our Discord server