Skip to content

This pull request addresses the issue of duplicate entries in the .devcontainer/devcontainer.json file. The duplicate content has been removed to ensure the file is correctly configured

Notifications You must be signed in to change notification settings

3650-Real-Estate-Trust-2-LLC/git-clone-https-github.com-your-username-contracts.git-cd-contracts

 
 

Repository files navigation

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

About

This pull request addresses the issue of duplicate entries in the .devcontainer/devcontainer.json file. The duplicate content has been removed to ensure the file is correctly configured

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 65.9%
  • JavaScript 27.6%
  • Python 4.9%
  • Ruby 1.3%
  • Shell 0.2%
  • Makefile 0.1%