0.1.0-alpha.0 • Published 2 years ago
@botcomet/plugin v0.1.0-alpha.0
@botcomet/plugin
This package contains the Plugin class for the BotComet ecosystem.
Installation
npm install @botcomet/plugin
Usage
import { Plugin } from '@botcomet/plugin';
const plugin = new Plugin(publicKey, privateKey);
plugin.start("ws://localhost:6197");
0.1.0-alpha.0
2 years ago