github

FairCrypto / XEN-crypto

  • среда, 12 октября 2022 г. в 00:34:15
https://github.com/FairCrypto/XEN-crypto


XEN Crypto



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