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.

Related Articles

3 Ways Gen AI and AWS can Enhance Your Business

3 Ways Gen AI and AWS can Enhance Your Business

Amazon is on the cutting edge of new technologies. They have been increasingly experimenting with AI and learning algorithms, culminating in their most recent breakthroughs in Generative AI. Developers and technology enthusiasts have access to their innovations through the tools available on AWS.

Business Owner’s Guide to DevOps Essentials

Business Owner’s Guide to DevOps Essentials

As a business owner, it’s essential to maximize workplace efficiency. DevOps is a methodology that unites various departments to achieve business goals swiftly. Maintaining a DevOps loop is essential for the health and upkeep of deployed applications.

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.