Luke Schoen
Luke Schoen
We're also adding SRML specific "Terminology" to Rust documentation PRs from https://github.com/paritytech/substrate-developer-hub/projects/1
Consider using the [Polkadot-JS API docs](https://polkadot.js.org/api) and use Polkadot-JS Apps's JS app https://polkadot.js.org/apps/#/js to write further code examples that make queries and send requests to the node and show the...
i wrote a draft guide on this a few months ago in the Substrate Developer Hub but it only focuses on the "public" process of voting on a referendum (not...
i wrote a draft guide on this a few months ago in the Substrate Developer Hub but it only focuses on the "public" process of proposing a referendum (not the...
I published this parachain viewing, creating, and deploying guide based on discussions in Riot a few months ago, which may be handy https://github.com/paritytech/polkadot/wiki/Parachains
I recall Gav mentioning this at Sub0, which was recorded and should be published on youtube
What steps are required to close out this issue specifically?
To write a program I installed Axios with `npm install --save axios`, which installed v1.1.3, then in index.js I wrote some code using `axios.create`, and it seems Visual Studio code...
I was using 'mandala-tc3' branch. I will try using 'master' branch instead and see if it's still an issue.
Yes, it also occurs on 'master' branch. The error occurs in first `RUN` command of the first stage container, so perhaps we need to create a user in that first...