Skip to content

Commit

Permalink
[example] FocEliza via Move language (#3185)
Browse files Browse the repository at this point in the history
* [examples] Foc eliza

* refactor memory

* AdUpdate eadme

* Update readme

* update readme

* Update examples/foc_eliza/README.md

Co-authored-by: Copilot <[email protected]>

* update readme

* update readme

---------

Co-authored-by: Copilot <[email protected]>
  • Loading branch information
jolestar and Copilot authored Jan 14, 2025
1 parent a2a94c4 commit d6b50af
Show file tree
Hide file tree
Showing 6 changed files with 961 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/foc_eliza/Move.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[package]
name = "FocEliza"
version = "0.0.1"

[addresses]
std = "0x1"
moveos_std = "0x2"
rooch_framework = "0x3"
vm_reserved = "0x0"
foc_eliza = "_"

[dev-addresses]
foc_eliza = "0x42"

[dependencies]
MoveStdlib = { local = "../../frameworks/move-stdlib" }
MoveosStdlib = { local = "../../frameworks/moveos-stdlib" }
RoochFramework = { local = "../../frameworks/rooch-framework" }
BitcoinMove = { local = "../../frameworks/bitcoin-move" }
Loading

0 comments on commit d6b50af

Please sign in to comment.