Socket
Book a DemoInstallSign in
Socket

@dxos/botkit-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/botkit-deprecated

Botkit

npmnpm
Version
2.28.1-dev.5701932d
Version published
Weekly downloads
1
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 01 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