First Substrate Chain

55 Views Asked by At

When i run this command according to the documentation.

**cargo build**

I recived this error. enter image description here

I didn`t find any solution for this.

This is the tutorial link. https://learn.figment.io/tutorials/create-your-first-substrate-chain

1

There are 1 best solutions below

0
metricaez On

It seems you are missing protobuf installation.

You can refer to official Substrate documentation for further information on what you need to setup to run a node. I suggest you check the Install section