Skip to main content
Glama

BSC MCP Server

privateAES.test.ts540 B
import { encryptPrivateKey, decryptPrivateKey } from "../PrivateAES.js"; describe.only("privateAES", () => { test("test", async () => { const privateKey = '0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef'; const password = '12345678'; const encrypted =await encryptPrivateKey(privateKey, password); console.log(encrypted); const decrypted =await decryptPrivateKey(encrypted, password); console.log(decrypted); expect(decrypted).toBe(privateKey); }) })

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/TermiX-official/bsc-mcp'

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