@astrox/agent

0.0.52 • Public • Published

@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");

Package Sidebar

Install

npm i @astrox/agent

Weekly Downloads

2

Version

0.0.52

License

Apache-2.0

Unpacked Size

486 kB

Total Files

136

Last publish

Collaborators

  • iota9star
  • kasumisk
  • mioquispe
  • ghostcorn