Socket
Socket
Sign inDemoInstall

@dxos/bot-deprecated

Package Overview
Dependencies
Maintainers
25
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dxos/bot-deprecated

Botkit


Version published
Weekly downloads
15
increased by50%
Maintainers
25
Weekly downloads
 
Created
Source

@dxos/botkit-deprecated

Install

$ npm install @dxos/botkit-deprecated

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-deprecated';

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

Contributing

PRs accepted.

License

AGPL-3.0 © DXOS

FAQs

Package last updated on 03 Mar 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc