Questions tagged [substrate]
Substrate is a framework for Blockchain prototyping and development written in Rust. It has its own community in the network, Substrate Stack Exchange.
4 questions
0 votes
1 answer
283 views
ERROR Cannot read properties of undefined (reading 'dots')
Error while running npx @substrate/playground-cli
0 votes
1 answer
403 views
error[E0282]: type annotations needed
While I was building a subsrate node using cargo build I got this error message. [ How to solve this??
2 votes
1 answer
896 views
Substrate purge-chain expects a spec file
Working from a substrate-node-template generated with the tools at https://getsubstrate.io, I'm having trouble purging the chain. According to this tutorial, the command ./target/release/substrate-...
4 votes
1 answer
523 views
LibP2P v DevP2P
Why is are new projects (ETH 2.0, Polkadot (Substrate) ) favouring Libp2p over DevP2P? I have seen this answer, but it doesnt really drawn strict comparisons. What is the distinction between libp2p, ...