Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 716 Bytes

File metadata and controls

21 lines (11 loc) · 716 Bytes

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