Skip to content

ever-guild/debot-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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