-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web App Contracts methods validation and missing info #106
Comments
Project Info CardRaised - To be clear, this is the uncapped amount raised. After the rising tide it can/will be lower. Not sure were it is shown, but just so you know. Sale FormRequest Allowance - How much do we want to request? Do we assume we will need to request every time they buy. Meaning, we are optimizing for the use case of someone buying once? Have you thought of this? VestingNext Release - It's always on the first of the month. You can check the number of vesting months and cliff months for the public sale with |
Sale FormRequest Allowance - As discussed with @naps62, we are asking for the amount the user wants to buy, everytime. Power users can change the allowance requested. Allowing an "infinite" amount sounds too loose. What would be the best approach in your opinion @zamith? |
Both seem fine to me, was just raising the points to ensure it had been considered. |
@rafaelcruzazevedo one note from what I'm noticing above: |
Another issue I'm noticing, both in these checklist, and in the code: So for example, instead of |
@flaviocastro chain ID for production (karura) is 686, as specified here https://evmdocs.acala.network/network/network-configuration#karura-main-network |
Summary
@naps62 Please take a look at the invoked methods bellow to check that all info is as expected by the app design.
We are missing a few config variable in order to have a stable version, check the "Missing Configs" section bellow.
Data Methods Validation
Project Info Card
Sale Form - Buy Flow
Vesting Cards
publicSaleVestingMonths(3)
vspublicSaleCliffMonths(0)
. How can we calculate a date?Missing Configs
Missing App Links URL's
Chain ID's Configs:
The text was updated successfully, but these errors were encountered: