Questions tagged [kitties]
The kitties tag has no summary.
7 questions
1 vote
1 answer
66 views
I am trying Substrate Kitties Workshop
I am trying substrate kitties Workshop. After setting environment and paste the bare-bone code of kitties pallet , when I run cargo build --release the following error occur after 2-3 minutes when ...
5 votes
2 answers
69 views
ETH Denver 2022 - Kitties custom front-end repo link not available anymore
git clone https://github.com/substrate-developer-hub/substrate-front-end-template/ --branch tutorials/kitties The above link is not available anymore. Would you mind sharing the right or latest ...
5 votes
2 answers
136 views
How to add log to pallet's cargo.toml file to use log::info
While doing the tutorial of "Build the Substrate Kitties Chain" there comes a section https://docs.substrate.io/tutorials/v3/kitties/pt1/#write-the-create_kitty-dispatchable In this there it ...
7 votes
3 answers
87 views
How to add Serde in pallets\kitties\src\cargo.toml
While doing the tutorial of "Build the Substrate Kitties Chain" there comes a section https://docs.substrate.io/tutorials/v3/kitties/pt1/#uniqueness-custom-types-and-storage-maps In this ...
6 votes
2 answers
525 views
Failed to resolve: use of undeclared crate or module `sp_io` in Substrate Kitties Chain
While building the Substrate Kitties Chain using the tutorial: https://docs.substrate.io/tutorials/v3/kitties/pt1/ I got the error like : PS C:\Users\msi\kitties-tutorial> cargo build --release ...
4 votes
3 answers
102 views
Build the Substrate Kitties Chain Tutorial Cargo Error
I was following the tutorial: https://docs.substrate.io/tutorials/v3/kitties/pt1/ and as said in the tutorial I installed kickstart using: cargo install kickstart And after that cloned a copy of the ...
2 votes
0 answers
128 views
substrate-node-template kitties tutorial build fails [closed]
I was following this tutorial https://docs.substrate.io/tutorials/v3/kitties/pt1/ after pulling from the https://github.com/substrate-developer-hub/substrate-node-template and its tutorials/solutions/...