If building on solana is one of your goals I recommend you to check out @Fogo Official it’s a fully compatible solana project with a runtime (SVM) and RPC interface.

This means you’ll have access to use the standard Solana toolkit to interact with the ecosystem directly.

Want to deploy a Solana program on Fogo? You can use the same tools you’ve already familiar with from Solana development and the key difference is to simply point these tools to a Fogo RPC endpoint.

You can deploy your program using the standard deployment command in the image below 👇

And the program will be deployed to $FOGO with the sender key-pair as the authority, you can also verify the deployment and interact with your program using the Solana CLI tools.

What made #fogo more reliable for users is how it allows them create an intent message and sign that message with a key pair to prove their ownership over the private key.

The ecosystem also includes a centralized paymasters that allows users to transact on the blockchain without having to pay for gas fees.