Skip to main content

13 docs tagged with "Architecture"

View All Tags

Accounts and Addresses

Where ETH is stored. Users can initialize accounts, deposit ETH into the accounts, and transfer ETH from their accounts to other users.

Clean Architecture

Easy to understand, easy to maintain, and easy to extend. With a focus on shipping solutions.

Data Availability

In order to ensure blockchains remain trust-less and verifiable by all, a blockchain must ensure that all relevant data about a transaction is publicly shared with all network participants.

Microfrontends

The idea behind Micro Frontends is to think about a website or web app as a composition of features which are owned by independent teams. Each team has a distinct area of business or mission it cares about and specialises in. A team is cross functional and develops its features end-to-end, from database to user interface. Demo app

Microservices

It is a greater challenge to form a team that works well together than to orchestrate microservices.

Serverless

Serverless services are a way to deploy applications without managing the underlying infrastructure. This is done by using cloud providers like AWS, Azure, Google Cloud, etc. to manage the infrastructure for you. This allows you to focus on writing code and deploying it without worrying about the underlying infrastructure.