Request by sending an email to developer@vatom.com
A Spark Plugin is a powerful Vatom Communities feature that enables developers to create effective plugins that extend the functionality of the Vatom Wallet.
The following steps are essential to building a successful Spark Plugin:
Ngrok is a cross-platform tool that enables developers to expose a local server to the internet. This tool creates a secure tunnel between the local server and the internet, allowing developers to test their plugins in a secure environment. This capability is commonly referred to as "reverse proxy".
yarn start
Once you are running the Spark plugin locally using ngrok, it's time to test it.
Testing the plugin involves using the Vatom Wallet Connect
features
To test the Spark Plugin locally, you'll need to follow these steps:
Connect
tab in the footerAfter you've tested the Spark Plugin locally and ensured it meets your expectations, it's time to deploy it to a production environment.
To deploy the Spark plugin to production, you'll need to follow these steps:
yarn build
.In conclusion, building a Spark Plugin locally using ngrok is a powerful way to test your plugins before deploying them to production. By following the steps outlined above, you can build and test your Spark plugins with ease. Remember to test your Spark Plugins thoroughly before deploying them to production to avoid any issues. Happy coding!