AvaProtocol / substrate-simple-template

A simple template to bootstrap a Substrate node with BABE consensus
7 stars 18 forks source link

unresolved import `crate::v2::error::JsonRpcErrorAlloc` #3

Open manish02-code opened 1 month ago

manish02-code commented 1 month ago

I trying to create an NPoS base substrate chain. after a couple of hours, I get this repo via some article. so clone it and try to compile it gives this error :

image please fix it

chrisli30 commented 1 month ago

Hey @manish02-code, thank you for trying out this template repo. However, due to the major upgrade of https://github.com/paritytech/polkadot-sdk, this template is out of sync with its upstream. I strongly recommend you to check out the polkadot-sdk, or even contact and use Tanssi for spining up your chain really quick.