utxo-workshop icon indicating copy to clipboard operation
utxo-workshop copied to clipboard

A Substrate UTXO workshop

Results 15 utxo-workshop issues
Sort by recently updated
recently updated
newest added

I'm trying to follow the Tutorial in this link [https://www.youtube.com/watch?v=qaykNPHJcyw](url) but whenever it's time to compile the file **utxo.rs** it is not possible since the result is the following (by...

People were having trouble compiling the `startercode` branch of the utxo-workshop here: https://github.com/paritytech/substrate/issues/7256 Adjusted the branch to be in line with the master branch.

I am getting the following error: ./target/release/utxo-workshop : The term './target/release/utxo-workshop' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of...

Hi guys, I am getting the following error while installing cargo install --git https://github.com/alexcrichton/wasm-gc

At around the 15 minute mark of the tutorial video, we were asked to run cargo check -p utxo-runtime However, an error occurs half way through the compilation process: ```...

The code was originally written before `decl_error!` existed. While it has been updated to still work and compile, it is not following the standard practice of declaring errors explicitly.

This repo contains working code for a bitcoin-like node built on Substrate. It also contains materials related to a workshop and video tutorial. It is ideal to keep the code...

This PR is a continuation of the CI work started in #67. It adds the UX demo described in the readme to the CI pipeline. My not-sure-it-will-work approach is the...

This draft PR contains the results of me messing around with docker for an hour. I'm not experienced with docker, but I see it as a valuable tool to allow...