Kagome
Polkadot Runtime Engine in C++17
|
For now, please refer to the Dockerfile to get a picture of what you need for a local build-environment.
First build will likely take long time. However, you can cache binaries to hunter-binary-cache or even download binaries from the cache in case someone has already compiled project with the same compiler. To this end, you need to set up two environment variables:
To generate github token follow the instructions. Make sure read:packages
and write:packages
permissions are granted (step 7 in instructions).
This project is can be built with
Tests can be run with:
If you'd like to build node use the following instruction