@algorandfoundation/did-algo-agent-ts
v1.0.0-beta.1
Published
Generated fetch library for did-algo agent
Maintainers
Keywords
Readme
did-algo-agent-ts
This repository contains the agent rpc for the did:algo agent.
See the did:algo spec for more information
Get started
- Install dependencies
npm @algorandfoundation/did-algo-agent-ts @hey-api/client-fetch --saveExample Usage
import { agentApiAccountInformation } from '@algorandfoundation/did-algo-agent-ts'
const accountInformation = await agentApiAccountInformation({
body:{
protocol: "algorand",
network: "mainnet",
address: "4XJ5...."
},
baseUrl: "https://agent.did.algo.dev"
})