Tell me if there is an good solution for me(like using fork or..)
My app works like this:
There is main-coin
And there are something like 1000 tokens types (and growing).
-Every token-x have constant amount.
-Every token-x mean something on our real life.
-If X happen in real-life every token-X holders
will receive reward of main-coin, relatively to his share of the token.
-if Y happen token-x holders will not receive nothing, only token-y holders.
-X and Y(and a lot more) represent events in real life.
Does using ethereum fork will help me here?
Or there is any guide to do this?
(I am a programmer, but 0 experience in blockchain dev.)
Thanks.