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 Compilerplugin. - Open the
One Click Dappplugin 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.comI have include a rough guide on how I made this plugin in ./making-a-new-plugin.md
