This is FRAME-based Substrate node of SORA2. This repo contains code of node, pallets, runtime.
For Kusama:
make kusama
For Polkadot:
make polkadot
For Rococo:
make rococo
For Kusama:
make test-kusama
For Polkadot:
make test-polkadot
For Rococo:
make test-rococo
Since project can only be compiled with features it would be convenient to set feature in rust analyzer
.vscode/settings.json may look like
{
"rust-analyzer.cargo.features": [
"rococo"
]
}