I was thinking of forking an existing blockchain implementation (irrelevant for the matter) but would like to know if it's possible to only allow my tokens to be used on that blockchain.
Is that even possible? If so, how could I achieve it? Because, for example, if you use the Ethereum or QTUM blockchains I think all ERC20 or QRC20 contracts can be deployed there, which I don't want.
Or do I have to create my blockchain from scratch?
Thank you!