Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 597 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 597 Bytes

Paytr protocol smart contracts

You can find all our smart contracts in this repository. At the moment there's one main contact, Paytr.sol.

Looking to use the Paytr protocol for your project? Check out our documentation here.

Forge test

All the tests are located in the test folder. Install the necessary dependencies with forge install.

You will need to run the tests on a Sepolia fork by using this command: forge test --fork-url https://sepolia.infura.io/v3/YOURKEY or forge test --fork-url https://eth-sepolia.g.alchemy.com/v2/YOURKEY