(Social) Tipping contracts used by IDriss.
This is v2 of our tipping contract. For v1 and other contracts used by IDriss, refer to our contracts repo.
Clone this repo with
git clone https://github.com/idriss-crypto/contracts.git
and then install the dependencies with
npm install
npx hardhat compile
npx hardhat test
or with coverage report
npx hardhat coverage
This project is licensed under GPLv3.