Clone repogit clone git@github.com:FairCrypto/XEN-crypto.git
cd XEN-crypto
Install dependencies npm i
Create local .env
file. Example:
NETWORK=development
npm run test
https://docs.soliditylang.org/en/latest/style-guide.html
Check code lint
npm run lint
Fix code lint
npm run lint:fix