This is FRAME-based Substrate node of SORA2. This repo contains code of node, pallets, runtime.
For Kusama:
make kusamaFor Polkadot:
make polkadotFor Rococo:
make rococoFor Kusama:
make test-kusamaFor Polkadot:
make test-polkadotFor Rococo:
make test-rococoSince 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"
]
}