tac0turtle / squifi

5 stars 1 forks source link

payback: refactor #26

Closed tac0turtle closed 3 years ago

tac0turtle commented 3 years ago

The design that is currently leading to off load this onto the client with a multisend. Client side we will take a snapshot of all the token owners for a specific mint. After this we will send tokens to the owners associated token account. If the owner does not have an account it will be created for them

todo:

tac0turtle commented 3 years ago

moving client, cli and tests into a different PR.