Skip to content

Commit

Permalink
[Example] Add example for hold bitcoin harvest new asset (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
mx819812523 authored Apr 8, 2024
1 parent c3ba273 commit e9ccc48
Show file tree
Hide file tree
Showing 2 changed files with 594 additions and 0 deletions.
18 changes: 18 additions & 0 deletions examples/btc_holder_farmer/Move.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[package]
name = "btc_holder_farmer"
version = "0.0.1"

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

[addresses]
btc_holder_farmer = "_"
moveos_std = "0x2"
rooch_framework = "0x3"
bitcoin_move = "0x4"

[dev-addresses]
btc_holder_farmer = "0x42"
Loading

0 comments on commit e9ccc48

Please sign in to comment.