Skip to content

Commit d4a1b97

Browse files
committed
Update the description about native simulator
1 parent 3e4f5cb commit d4a1b97

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

native-simulator/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
TODO: Write this readme
44

5-
*This contract was bootstrapped with [ckb-script-templates].*
5+
*This template is used to provide native simulator for a particular contract, and is not designed to be used on its own.*
6+
7+
*This project was bootstrapped with [ckb-script-templates].*
8+
69

710
[ckb-script-templates]: https://github.com/cryptape/ckb-script-templates

native-simulator/cargo-generate.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
cargo_generate_version = ">=0.16.0"
33

44
[placeholders]
5-
contract_name = { prompt = "contract name", type = "string" }
6-
contract_crate_name = { prompt = "contract crate name", type = "string" }
5+
contract_name = { prompt = "The name of the corresponding contract", type = "string" }
6+
contract_crate_name = { prompt = "The contract is used as the name of the module in the code. Generally, you need to replace - with _", type = "string" }

0 commit comments

Comments
 (0)