File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
crates/stellar-scaffold-cli Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,11 +84,11 @@ The build process ensures:
8484
8585Contract metadata is set when running ` stellar scaffold build ` and adds the following fields from your contract's Cargo.toml to the contract metadata.
8686
87- | Metadata | Cargo.toml Key | Description |
87+ | Metadata | Cargo.toml Key (under ` package ` ) | Description |
8888| ------------| ----------------| --------------------------------------------------|
89- | ` wasm_name ` | ` package. name` | The name of the contract |
89+ | ` wasm_name ` | ` name ` | The name of the contract |
9090| ` version ` | ` version ` | The version of the contract |
91- | ` author ` | TBD | The author(s) of the contract, often with an email |
91+ | ` authors ` | ` authors ` | The author(s) of the contract, often with an email |
9292| ` home_domain ` | ` homepage ` | The relevant domain to relate to this contract |
9393| ` source_repo ` | ` repository ` | The source repository URL for the contract |
9494
You can’t perform that action at this time.
0 commit comments