AWS Web3 Blog
Category: Best Practices
Make EOA private keys compatible with AWS KMS
Those who choose to take ownership of digital assets, such as cryptocurrency or non-fungible tokens (NFTs), are faced with a crucial decision when creating a wallet: do they opt to manage their own wallet or delegate that responsibility to a trusted third party? Non-custodial wallet solutions, whereby a user manages their own wallet, are popular […]
Run Solana nodes on AWS
Solana is a public blockchain built for mass adoption. It’s a high-performance network that is utilized for a range of use cases, including finance, NFTs, payments, and gaming. Solana operates as a single global state machine, and is open and interoperable. In this post, we look into the ways Solana blockchain works, the types of […]
Run Ethereum nodes on AWS
Amazon Managed Blockchain and many partners of AWS offer a convenient way to use Ethereum nodes without operating your own infrastructure. But sometimes, when you want to run archive nodes or participate in Ethereum staking, the managed nodes aren’t enough, and you may choose to run your own Ethereum nodes on AWS. To run a […]
Use Cosmos technology to deploy an enterprise consortium chain on AWS
Cosmos is a decentralized network of interoperable blockchain networks that serves as an open and highly scalable environment on which to build blockchain applications. With effective support for cross-chain interaction between homogeneous and heterogeneous blockchains, Cosmos aims to extend interoperability to a broader landscape. In this post, we discuss the value and technical architecture of Cosmos and provide a detailed tutorial on the quick deployment of the Cosmos enterprise framework (IRITA) within the AWS environment.
Choose AWS Graviton and cloud storage for your Ethereum nodes infrastructure on AWS
The first question that comes up for everyone who wants to manage their own Ethereum nodes on AWS is how to select the right compute and storage. To answer this question, we ran a series of tests and observed how popular Ethereum Execution Layer (EL) clients go-ethereum with LevelDB (Geth) and Erigon work on Amazon […]
Build a digital asset tokenization framework for financial services use cases using Amazon Managed Blockchain – Part 1
This is the first post in a series of posts covering digital asset tokenization in financial services, a topic which is seeing tremendous interest in the sector. The series aims to be a guide for financial services customers looking to learn more about the topic, and who may be considering building a digital asset capability for their […]
Automate Avalanche node deployment using the AWS CDK: Part 1
Learn how to automate Avalanche node deployment on AWS using the AWS Cloud Development Kit (CDK). This post walks through the step-by-step process of setting up a blockchain node infrastructure, including creating S3 buckets for certificate backup, configuring KMS encryption, establishing EC2 instances, and implementing proper networking.