cryptonative-ch / aqua-js

AquaJS gives you access to the Mesa ecosystem in a single package
GNU Affero General Public License v3.0
2 stars 1 forks source link

Update Creating a `FixedPriceSale` example #17

Closed adamazad closed 3 years ago

adamazad commented 3 years ago

xDAI example parameters

Name Description Value
allocationMax Maximum number of token allocated to each investor 5
allocationMin Minimum number of token allocated to each investor 1
tokensForSale Number of tokens on Sale 50
minimumRaise Number of tokens to raise 30 (60%)
tokenPrice Token price 0.5
tokenSupplier Address of token supplier saleCreator
tokenOut Address of sale token Mesa
tokenIn Address of token used to buy tokeOut Wrapped xDAI
owner Address of Sale owner of the sale saleCreator
startDate Unix timestamp at which the Sale opens Current block timestamp + 3 minutes
endDate Unix timestamp at the Sale closes Current block timestamp + 72 hours