socialpredict
socialpredict copied to clipboard
Implement Per Transaction Fees Level As Set by Admin
- We're assuming the fees were set up originally within setup.yaml for now.
- We use appconfig within Golang to retrieve fees and deduct them from the transactions as amounts.
- Don't worry about percentage fees for now, just go with amounts.
- In the future we could set either/or fees as amounts or percentages.