Nothing Special   »   [go: up one dir, main page]

Skip to content

cloudwalk/brlc-pix-cashier

Repository files navigation

Pix Cashier

License: MIT example branch parameter example branch parameter

This repository contains Pix Cashier 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. Update settings in the newly created .env file if needed (e.g. another solidity version, number of optimization runs, private keys (PK) for networks, network RPC URLs, etc.).

Build and test

# Install all dependencies
npm install

# Compile all contracts
npx hardhat compile

# Run all tests
npx hardhat test

Networks and deployments

Information about deployments across all the networks can be found here.

Licensing

This project is released under the MIT License, see LICENSE.

About

This repository contains Pix cashier smart contracts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •