/debot-engine

DeBot Engine library

Primary LanguageRustApache License 2.0Apache-2.0

DEngine

⚠️ This repository is no longer supported, please consider using DEngine from TON-SDK instead.

DEngine is a rust library that implements debot engine and allows to run debot smart contracts.

Example

Simple debot browser which uses DEngine can be found here ./tests/integration_test.rs

DEngine is used by tonos-cli. Run debots in tonos-cli with the following command:

tonos-cli debot fetch <debot_address>

Related Links