Links

Setting Up Your Project 🏗️

The basics.
Getting started with DappHero is easy!
  1. 1.
    Signup, login, and create a new project.
  2. 2.
    Copy your custom script tag and embed it in your website, right before the closing </body> tag.
  3. 3.
    Tag your elements and check out the awesomeness!

1. Signup

2. Create a new project

3. Create or Add smart contracts (optional)

You can edit your smart contract on the "Contracts" tab which will be visible on the menu to the left.

4. Copy your custom script tag

This script tag is the MAGIC of DappHero, it must be incorprated into your project to work.

5. Embed the script tag in your webpage: (Raw HTML Version)

Example of where to place your Script Tag in Glitch

5. Embed the script tag in your webpage: (WebFlow Version)

This should be similar for most sites that allow you to edit HTML
When starting with WebFlow from scratch, you will need at least a Lite Account to add custom script tags. You can always start by cloning our Custom Templates which already have the script tag embedded.
Like Webflow? Love No-Code? Head over to Getting Started with Webflow
Here is a bare-bones HTML version of how to add your script tag so you can understand where it needs to be. Regardless of your no-code tool or website builder, the script tag location should be more or less the same. A quick primer on adding script tags.