Socket
Socket
Sign inDemoInstall

@dxos/bot

Package Overview
Dependencies
11
Maintainers
23
Versions
100
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @dxos/bot

Botkit


Version published
Weekly downloads
100
Maintainers
23
Created
Weekly downloads
 

Readme

Source

@dxos/botkit

Install

$ npm install @dxos/botkit

Concepts

  • Bots are human-like peers that can participate in parties, and used to provide some kind of automated service.
  • Bot code and dependencies are packaged into a binary, with a yml file containing the metadata.
  • The bot binary package is uploaded to IPFS, and the metadata is used to create a record in WNS.
  • Bot factories are capable of downloading and running bots from WNS/IPFS.

Usage

import { Bot, getConfig } from '@dxos/botkit';

new Bot(null, getConfig()).start();

Contributing

PRs accepted.

License

AGPL-3.0 © DXOS

FAQs

Last updated on 02 Nov 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc