I love the concept.
The only thing that worries me is an architecture that is based on EVM. How much does this make the project dependent on development of Ethereum?
Thinking about business, it's never very good to depend on the development on a competitor and VITE is a competitor of Ethereum.
Can someone from the team give some feedback on this?
Vite also has a virtual machine, however, we are very different from Ethereum. First, we have a asynchronous architecture, whereas Ethereum is synchronous. Second, we use DPoS algorithm, which is very different to Ethereum's proof of work but more similar to EOS. Our smart contract programming language is called solidity++, which is 90% competible with solidity. The resaon of having solidity++ is Ethereum has the biggest developer community. We want to eliminate barriers for developing Dapps on Vite.
thanks for the answer. what troubles me is that if Ethereum decides to change something in their EVM or solidity and you want to be compatible then you need to change things too that may not be possible etc. being compatible is quite tricky with fast moving projects.