Axie Marketplace is the online shop for the video game Axie Infinity.
On Axie Marketplace, players can buy new Axies, lands, and other items as NFTs to use in Axie Infinity marketplace.axieinfinity.com
Decentraland is completely based on the fantasy (Metaverse), with pretty much the same functionality as the real world.
The users can buy assets, lands, and many things in the platform with the cryptocurrency.
The question I get most often about containerization is: "What is a container?".
Let's make it simple, with my 2 favorite definitions:
1. From a logical point of view, it's a single and packaged unit of software.
2. From a technical point of view, it's an isolated process.
↓
From a logical point of view, more understandable for a human, a container can be considered as a single unit of working software, with all its configurations and dependencies, packaged.
In this way, it can run quickly and reliably from one computer to another.
A container has its own dedicated filesystem, provided by an image.
The image contains:
-dependencies
-configuration
-binaries
-environment variables
-other important data related to the container to be instantiated.
A thread to know more about Ethereum accounts:
· definition
· account types
· account differences
· account fields
· private and public keys
· account creation
· keep your private key secret!
· contract account
· accounts and wallets
Source: Ethereum docs
↓
DEFINITION of Ethereum Account
It's an entity with an ether (ETH) balance.
Accounts can send transactions on the Ethereum network.
Accounts can be:
- user-controlled.
- deployed as smart contracts.
ACCOUNT TYPES
Two account types:
- Externally-owned: controlled by anyone with the private keys.
- Contract: a smart contract deployed to the network, controlled by code.
Both account types can:
- receive/hold/send ETH and tokens.
- Interact with deployed smart contracts.
My goal is to help with Docker, content creation, and share my Web3 journey
My goal for 2022 is to IMPROVE📈
- the content's quality
- the quality of the connections with people
Follow me, you will not regret that
Have a great year! (sometimes I am funny)
I am very active on YouTube, here is the link.
The main activity here is to interview people, but occasionally I create some big events and make some experiments youtube.com/channel/UCBRxD…
I am also active on Twitch.
Here I am very focused on the coding part so if you like the tech part you should follow me there twitch.tv/francesco_ciul…