https://github.com/everx-labs/debot-engine
DeBot Engine library
https://github.com/everx-labs/debot-engine
blockchain everscale sdk smart-contracts
Last synced: 2 months ago
JSON representation
DeBot Engine library
- Host: GitHub
- URL: https://github.com/everx-labs/debot-engine
- Owner: everx-labs
- License: apache-2.0
- Created: 2020-09-09T14:20:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T10:06:06.000Z (over 4 years ago)
- Last Synced: 2025-01-24T06:12:36.311Z (4 months ago)
- Topics: blockchain, everscale, sdk, smart-contracts
- Language: Rust
- Homepage:
- Size: 146 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEngine
> ⚠️ This repository is no longer supported, please consider using DEngine from [TON-SDK](https://github.com/tonlabs/TON-SDK/tree/master/ton_client/src/debot) 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](https://github.com/tonlabs/tonos-cli).
Run debots in tonos-cli with the following command:tonos-cli debot fetch
## Related Links
- [TON OS docs](https://docs.ton.dev/)
- [DeBot smart contract examples](https://github.com/tonlabs/ton-labs-contracts/tree/master/solidity/debots)