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 Graviton and Arm-architecture Processors

AWS Graviton and Arm-architecture Processors

AWS launched its new batch of Arm-based processors in 2018 with AWS Graviton. It is a series of server processors designed for Amazon EC2 virtual machines. The EC2 AI instances support web servers, caching fleets, distributed data centers, and containerized microservices. Arm architecture is gradually being rolled out to handle enterprise-grade utilities at scale. Graviton instances are popular for handling intense workloads in the cloud.

What is Tiered Pricing for Software as a Service?

What is Tiered Pricing for Software as a Service?

Tiered Pricing is a method used by many companies with subscription models. SaaS companies typically offer tiered pricing plans with different services and benefits at each price point with typically increasing benefits the more a customer pays. Striking a balance between what good rates are and the price can be difficult at times.

The Most Popular Cloud Cost Optimization Tools

The Most Popular Cloud Cost Optimization Tools

Cloud environments and their pricing models can be difficult to control. Cloud computing does not offer the best visibility and it is easy to lose track of which price control factors are having an impact on your budget. Having the right tools can help put value to parts of an environment and provide guides on how to better bring budgetary issues back under control.