From 8a75e06f8279a84cabec01cb49356827631974c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hagen=20H=C3=BCbel?= Date: Wed, 7 Feb 2018 14:25:18 +0100 Subject: [PATCH] Added support for ERC20-Token / Ethereum blockchain --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6d94db2..263bde3 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,15 @@ It's that simple. And when it comes time to scale the application, all you have I know right? +### Deploy your own ERC20-Token on the Ethereum-Blockchain + +Since you still have no code written for any ERC20-Token, all you have to do is this: +``` + +``` + +Dead simple, right? + ## Contributing You don't.