sabotagebeats / silverback

Bot creation and testing library, and SDK for the Silverback platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Start

Ape SDK for the Silverback platform

Dependencies

  • python3 version 3.8 or greater, python3-dev

Installation

via pip

You can install the latest release via pip:

pip install silverback

via setuptools

You can clone the repository and use setuptools for the most up-to-date version:

git clone https://github.com/SilverBackLtd/sdk.git silverback
cd silverback
python3 setup.py install

Quick Usage

Checkout the example to see how to use the library.

To run your bot against a live network, this SDK includes a simple runner you can use via:

$ silverback run "example:app" --network :mainnet:alchemy

Docker Usage

$ docker build -t silverback .
$ docker run --volume $PWD:/home/harambe/project silverback run "example:app" --network :mainnet:alchemy

Development

This project is in development and should be considered a beta. Things might not be in their final state and breaking changes may occur. Comments, questions, criticisms and pull requests are welcomed.

About

Bot creation and testing library, and SDK for the Silverback platform

License:Apache License 2.0


Languages

Language:Python 99.5%Language:Dockerfile 0.5%