Skip to content

Commit

Permalink
rename files to snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Aug 1, 2024
2 parents c96630d + d6a4607 commit ce8743f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/core-devs/testnet_deploy.todo
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ subdir = 'diem-move/framework/diem-framework'
libra move compile --package-dir path/to/your/hello_0L_contract

#Example
libra move compile --package-dir ~/hello_0L --named-addresses "hello_0L=0xd1281de242839fc939745996882c5fc2"
libra move compile --package-dir ~/hello_0L --named-addresses "hello_0L=0xd1281de242839fc939745996882c5fc2"
```

##### Output
Expand Down Expand Up @@ -198,11 +198,11 @@ Test result: OK. Total tests: 2; passed: 2; failed: 0
You should test and compile the code before running, but it is not necessary for publishing.

```
libra txs publish --package-dir path/to/your/hello_0L_contract
libra txs publish --package-dir path/to/your/hello_0L_contract

#Example
libra txs publish --package-dir ~/hello_0L --named-addresses "hello_0L=0xc208c09ecb52d626ef037c2011ba2d7b18f999eee5be54ac8161627613500c93"
```
libra txs publish --package-dir ~/hello_0L --named-addresses "hello_0L=0xc208c09ecb52d626ef037c2011ba2d7b18f999eee5be54ac8161627613500c93"
```

##### Output
```
Expand Down Expand Up @@ -236,4 +236,4 @@ libra query resource --account <ACC> --resource-path-string address::module::str
libra query resource --account 0xc208c09ecb52d626ef037c2011ba2d7b18f999eee5be54ac8161627613500c93 --resource-path-string 0xc208c09ecb52d626ef037c2011ba2d7b18f999eee5be54ac8161627613500c93::message::MessageHolder
```

> Be sure to check out Move code examples for various types of Smart Contracts [here](https://github.com/0LNetworkCommunity/diem/tree/release/diem-move/move-examples)
> Be sure to check out Move code examples for various types of Smart Contracts [here](https://github.com/0LNetworkCommunity/diem/tree/release/diem-move/move-examples)

0 comments on commit ce8743f

Please sign in to comment.