diff --git a/docs/core-devs/testnet_deploy.todo b/docs/core-devs/testnet_deploy.todo index 5f9b2828..a1ae8ac7 100644 --- a/docs/core-devs/testnet_deploy.todo +++ b/docs/core-devs/testnet_deploy.todo @@ -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 @@ -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 ``` @@ -236,4 +236,4 @@ libra query resource --account --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) \ No newline at end of file +> 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)