Skip to content

Player1Taco/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

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 55.2%
  • JavaScript 44.8%