@faircrypto/xen-crypto
v0.6.1
Published
XEN Crypto
Downloads
108
Readme
Installation
Clone repogit clone [email protected]: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