The Steem blockchain uses easily typed strings, usernames of max 16 characters, as wallet addresses. To create such an address one must issue some Steem or request an address at free faucet(s) (most often with waiting time due to manual verification).
Via various methods you can instantly signup and obtain a Steem blockchain address. You can use the SteemWallet mobile app for in-app payed signup.
Or you can use the SteemWallet.app Signup Widget, which any site owner can embed as a instant-signup feature on any site(s).
If you are a site owner, you can add a customised Steem Signup Widget to your platform with only one line of code!
Start offering instant Steem account signup on your own website! Use the following tool to setup your own Steem Account Signup widget.
Step 1 Adjust the following fields to generate your own widget code:
Step 2 Place the following <a>
-tags anywhere you want signup links:
<a class="steemwallet-widget" href="https://steemwallet.app/widget/widget.html" data-referrer="" data-name="" data-image="" title="Register a Steem account">Get your Steem account now!</a>
Another preview: Get your Steem account now!
Please note:
class="steemwallet-widget"
part!Step 3 Place the following code just before your </body>
-closing tag:
<script type="text/javascript" src="https://steemwallet.app/widget/steemwalletwidget.min.js" async="true"></script>