8000 GitHub - cloudwalk/brlc-yield-streamer: This repository contains yield streaming smart contracts.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

cloudwalk/brlc-yield-streamer

Repository files navigation

Yield Streamer

License: MIT example branch parameter example branch parameter

This repository contains YieldStreamer smart contracts.

Project Setup

  1. Clone the repo.
  2. Create the .env file based on the .env.example one:
    • Windows:
    copy .env.example .env
    • MacOS/Linux:
    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

# 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.

About

This repository contains yield streaming smart contracts.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 7

0