Closed swellander closed 8 months ago
Adds a donateToken() function to Project.sol to allow users to send any token to a project. Users must first approve the Project contract to spend the amount that they are donating.
donateToken()
Project.sol
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Overview
Adds a
donateToken()
function toProject.sol
to allow users to send any token to a project. Users must first approve the Project contract to spend the amount that they are donating.