How to change rate/price of a token in Crowdsale?

Hi @PradhumnaPancholi,

There is an IncreasingPriceCrowdsale in OpenZeppelin Contracts 2.x that you could use for inspiration.

I put together an example of manually setting a crowdsale rate using this. :warning: This code has not been tested or audited. Please appropriately test and audit before using in production.
Setting crowdsale rate manually

1 Like