0.1.1 • Published 3 years ago

@agoric/far v0.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Agoric Far Object helpers

The @agoric/far package provides a convenient way to use the Agoric distributed objects system without relying on the underlying messaging implementation.

It exists to reduce the boilerplate in Hardened JavaScript vats that are running in Agoric's SwingSet kernel, @agoric/swingset-vat, or arbitrary JS programs using Hardened JavaScript and communicating via @agoric/captp.

You can import any of the following from @agoric/far:

import { E, Far, getInterfaceOf, passStyleOf } from '@agoric/far';
0.1.1

4 years ago