Generate a persistent interface for your smart contract directly from Remix.
Within the Remix Alpha IDE, click on the 🔌 symbol to open the plugin manager. (Not sure when or how to move to the production version of Remix)
Search for "One Click Dapp" and hit "Activate".
- Compile a contract using the
Solidity Compiler
plugin. - Open the
One Click Dapp
plugin and select "Generate"
A unique URL will be created for your smart contract. Bookmark it for later, or send to a friend to show off your amazing contract 🎉
Happy coding, you rock! 😎
npm install
then npm run serve
In the plugin manager in Remix (alpha), select "Connect a local plugin". In the "Api" field, enter compilationFinished
.
Hosted with Vercel now, no longer surge
Publish to surge
npm run build
cd dist
surge --domain https://remix.oneclickdapp.com
I have include a rough guide on how I made this plugin in ./making-a-new-plugin.md