@astrox/agent
v0.0.52
Published
JavaScript and TypeScript library to interact with the Internet Computer
Downloads
53
Readme
@astrox/agent
JavaScript and TypeScript library to interact with the Internet Computer for Node.js and Client applications
Visit the Dfinity Forum and SDK Documentation for more information and support building on the Internet Computer.
Additional API Documentation can be found here.
Installation
Using agent:
npm i --save @astrox/agent
In the browser:
import * as agent from "@astrox/agent";
or using individual exports:
import { Actor, HttpAgent } from "@astrox/agent";
In Node.js
const actor = require("@astrox/agent");