You wrote a smart contract, now what?

Patrick Gallagher
2 min readNov 20, 2018

--

⚡️ 🔧 🔗 🚢 Instantly build a dApp with a simple URL to bookmark or share with a friend.

Are you comfortable with Remix and ready to take the next steps? Before you dig into a full development tool like Clevis or Truffle, wouldn’t it be nice to share your idea in a Slack channel 💬 and get the 👍 thumbs-up from your friends?

Enter the contract ABI and details… and presto! You have your own unique URL to bookmark or share, like this:

oneclickdapp.com/stone-tablet

✅ Instant URL for sharing

✅ Open-source

✅ 100% Free

Easy, Fast, and Free

Blockchain development is hard enough. The intuitive UI is great for new developers to quickly test and share their creations ; the nifty URL feature is a time-saver for seasoned developers returning to the same contracts.

You only need 3 things... and you only need them once.

  • ABI (application binary interface)
  • Network (Mainnet, Rinkeby, Ropsten, Kovan, or local-host like Ganache)
  • Address of contract

If you’re new to blockchain development, (welcome!) I recommend using Remix for writing/compiling and deploying your smart contract.

Using an existing dApp, but hate the UI?

Just clone it to expose all the functions in an interface that is completely free from cheap tricks. You can also view your saved dApps, as wells dApps created by the community.

There are multiple ways to create a dApp

Deploy a smart contract and head over to oneclickdapp.com

About

This tool is primarily maintained by a single person. It is self-funded and free to use. Please consider helping by submitting any issues on github

--

--