Split expenses automatically.
WeSplit is available on polygonscan !
create
a split with all the participants (don't forget to include yourself)initialize
a transaction with the receiver and the total amount of token you want to send- everyone should
approve
the transaction - funds are splitted and sent automatically !
For convenience, the functions initializeApprove
and createInitializeApprove
group multiple actions together.
Fill the .env
file with appropriate env variables, see .env.example
for a list of variables.
Test the project by running make test
.