a

How to Serve Up Web Content from Ethereum – Part 1 – Install Ethereum Wallet

This tutorial is part of a series of blog posts on getting a web page on your web server to communicate via web3 with your Ethereum Wallet on localhost. In the process of trying to build a simple distributed app, Dapp, I encountered a ton of examples that do not work. The first step in most of the […]

This tutorial is part of a series of blog posts on getting a web page on your web server to communicate via web3 with your Ethereum Wallet on localhost.
In the process of trying to build a simple distributed app, Dapp, I encountered a ton of examples that do not work.
The first step in most of the examples that I encountered is to download the Ethereum Wallet. This step is not actually mandatory. You can build eth, cpp-ethereum, and geth, go-ethereum, directly from source. With this being said, the Ethereum Wallet does provide a nice visualization of what’s going on.

Downloading the Ethereum Mist Wallet

Download the latest release of the mist wallet. Scroll down to Downloads. It will be roughly halfway down the page. Choose the release as per your operating system. I’m on a Mac OS X. I’ll download the dmg.

Ethereum Wallet Download

Once you click on the link, it’ll automatically start to download the dmg  file. Double click on the dmg file. Drag the Mist app into your Applications folder. Next, launch Mist. After you launch, you’ll see this

Mist Launch Splash Screen

Mist Launch Splash Screen

Believe it or not, you’ll now want to exit Mist. Upon launching Mist, Mist will start to connect to the production blockchain. The production blockchain is great for buying and selling ether, but we have a different objective. We want to build Dapps on top of the blockchain. Building Dapps on the production blockchain requires Ether because in order to write to the blockchain, you must use gas. Gas requires you to pay in Ether. We don’t want to spend money on Ether nor do we want to mine Ether to spend it on the production blockchain. Instead, we’ll run on our own private blockchain that we create with a very low difficulty setting that will enable us to mine a ton of Ether on our own private network to get started.

Joel Garcia

Joel Garcia

Joel Garcia has been building AllCode since 2015. He’s an innovative, hands-on executive with a proven record of designing, developing, and operating Software-as-a-Service (SaaS), mobile, and desktop solutions. Joel has expertise in HealthTech, VoIP, and cloud-based solutions. Joel has experience scaling multiple start-ups for successful exits to IMS Health and Golden Gate Capital, as well as working at mature, industry-leading software companies. He’s held executive engineering positions in San Francisco at TidalWave, LittleCast, Self Health Network, LiveVox acquired by Golden Gate Capital, and Med-Vantage acquired by IMS Health.

Related Articles

AWS Snowflake Data Warehouse Pricing Guide

AWS Snowflake Data Warehouse Pricing Guide

AWS Snowflake Data Warehouse – or just Snowflake – is a data cloud built for users to mobilize, centralize, and process large quantities of data. Regardless of how many sources are connected to Snowflake or the user’s preferred type of organized data used, data is easily stored and controllably shared with selectively-authorized access. Snowflake does offer extensive control over its pricing, though how it works isn’t always clear.

Guide to Cost Factors for Amazon’s RDS Pricing

Guide to Cost Factors for Amazon’s RDS Pricing

Amazon sports a complex pricing model. As simple as the pay-for-what-you-use model sounds, there are several nuances to every service from data used to computing components chosen that can easily let users blow through their entire budget. That’s not to say AWS is an inherently expensive platform and can be adapted to with proper planning and understanding of the contributing factors to billing.

Amazon Elastic Cloud Computing Pricing Guide

Amazon Elastic Cloud Computing Pricing Guide

Amazon Elastic Cloud Computing is the default option for computing on AWS. Outside of outsourced cloud computing options, it is the default service for building, running, and scaling AWS-based applications. As such, EC2 will likely be the main driving force behind AWS bills. Understanding how to control said costs is therefore the most important factor in managing your AWS environment.

Download our 10-Step Cloud Migration ChecklistYou'll get direct access to our full-length guide on Google Docs. From here, you will be able to make a copy, download the content, and share it with your team.