Skip to content

Deployment

Paul Grau edited this page Jun 21, 2016 · 3 revisions

Once your dApp is running, how do you get it out there?
Depending on your choice of tooling, you will get some help with this, but let's look at the basics.

Contract deployment

TODO

App deployment

If you followed the recommendations, your whole client app consists of static assets (HTML, Javascript, CSS) only. Make sure the final version points to the address of your deployed contract, and then push the files to a webserver. As everything is static, you could use Github Pages for this as a basic free option, or place the files on any standard webserver.