FairCrypto / XEN-crypto

XEN Crypto
https://faircrypto.org/xencryptolp.pdf
MIT License
226 stars 70 forks source link

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