Proof-Of-Chaos / website

https://proofofchaos.app
MIT License
2 stars 2 forks source link

multi - account royalty #96

Closed gabrieljaegerde closed 10 months ago

gabrieljaegerde commented 10 months ago

We should implement multi-account royalties with our wallet and the user's wallet and also include this info in the config. In the config we store the royalty recipient's array and their respective percentages (which add up to 100%) as shown below:

receivers: [ [address1, royalty1], [address2, royalty2] ] The sum of all the royalties here should be equal to 100