Skip to content

FairCrypto/XEN-crypto

Repository files navigation

Installation

Clone repogit clone git@github.com:FairCrypto/XEN-crypto.git

cd XEN-crypto

Install dependencies npm i

Environment

Create local .env file. Example:

NETWORK=development

Run tests

npm run test

Code Style

https://docs.soliditylang.org/en/latest/style-guide.html

Check code lint

npm run lint

Fix code lint

npm run lint:fix