this was deployed on eSpace

eSpace is an awesome way to deploy your code using the conflux network while also being EVM-native.

In simple terms

  • you code your contract in any way you would on ethereum
  • you deploy it as if you were deploying to ethereum, but to the espace RPC url
  • finally, you can interact with your contract with any web3 or ethers provider

You can take advantage of conflux's super fast and cheap deployment, while also not sacrificing the overhead of deploying to an entirely different network.

Pretty cool, huh?