This repository contains BRLC token smart contracts.
- Clone the repo.
- Create the
.envfile based on the.env.exampleone:- Windows:
copy .env.example .env
- MacOS/Linux:
cp .env.example .env
- Optionally update the settings in the newly created
.envfile (e.g., Solidity version, number of optimization runs, network RPC URLs, private keys (PK) for networks, etc.).
# Install all dependencies
npm install
# Compile all contracts
npx hardhat compile
# Run all tests
npx hardhat testThis project is released under the MIT License, see LICENSE.