Litentry Polkadot/Kusama Registrar
-
Install
mongodb-community
, details here. -
Install
git-crypt
. See git-crypt for details, Mac users can simply runbrew install git-crypt
. -
Set the node env:
echo 'NODE_ENV=development' > ./.env
. -
Create the log directory:
mkdir -p ./log/litentry/registrar
. -
Install packages:
yarn
. -
Before running the app, you need to decrypt the config files. For this you will need the key on your machine, then run:
git-crypt unlock /path/to/key
. -
Add a new registrar account on our development chain:
yarn run setup
. -
Start the development server:
yarn run app
. -
Run tests:
yarn run test
.
npm start
Please make sure pm2
is contronlled by system-level process, like systemd
.
Request judgement from our registrar in PolkadotJs.
If you meet any problems during identity verification, please follow the instruction given in the link https://docs.litentry.com/registrar/HowToVerifyYourIdentity.html