- I initially tried the implementation as taught in this question.
(How can I save string value on Substrate)
- However, an error occurred in relation to "ink_abi" and the struct
could not be defined.
- Looking at the latest "ink! example"(), I tried to copy it because
the struct was defined, but the following command does not work.
(https://github.com/paritytech/ink/blob/master/examples/runtime-storage/lib.rs)
cargo +nightly generate-metadata
- How can I save the string data to the blockchain with "substrate
ink!"?
- I would like to see a sample source if available.