https://github.com/cloudwalk/brlc-net-yield-distributor
This repository contains AssetLiability smart contracts.
https://github.com/cloudwalk/brlc-net-yield-distributor
Last synced: 9 months ago
JSON representation
This repository contains AssetLiability smart contracts.
- Host: GitHub
- URL: https://github.com/cloudwalk/brlc-net-yield-distributor
- Owner: cloudwalk
- License: mit
- Created: 2025-04-14T10:10:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-31T12:27:22.000Z (10 months ago)
- Last Synced: 2025-07-31T12:54:07.770Z (10 months ago)
- Language: TypeScript
- Size: 198 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Net Yield Distributor
[](https://codecov.io/github/cloudwalk/brlc-net-yield-distributor)
[](https://opensource.org/licenses/MIT)


This repository contains `NetYieldDistributor` smart contracts.
## Project Setup
1. Clone the repo.
2. Create the `.env` file based on the `.env.example` one:
* Windows:
```sh
copy .env.example .env
```
* MacOS/Linux:
```sh
cp .env.example .env
```
3. Optionally update the settings in the newly created `.env` file (e.g., Solidity version, number of optimization runs, network RPC URLs, private keys (PK) for networks, etc.).
## Build and test
```sh
# Install all dependencies
npm install
# Compile all contracts
npx hardhat compile
# Run all tests
npx hardhat test
```
## Licensing
This project is released under the MIT License, see [LICENSE](./LICENSE).