Advanced Search
Search Results
13 total results found
What Is Blockchain Nodes
🚪 Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article ❓ Key Question / Problem / Issue What is Blockchain Nodes ? how does each node communicate node communication standards available blockchain node...
Web 3 Provider / Signer
🚪 Prequisite Knowledge (Optional) Needs to know about Web 3 Architecture. ❓ Key Question / Problem / Issue What is the difference between Provider and Signer? What is the types of providers and signers. ✅ Expected Output/Definition of Done an article explain...
Web 3 Architecture
💡 You might want to read Web 3 Introduction before starting to read this one. Introduction In web 3, The backend logic is implemented via smart contracts that will be later deployed to shared decentralized network ****(blockchain network). So backend resides...
Tokens
Tokens A variant of cryptocurrencies on top of its blockchain. Fungible token → have the same value and interchangeable with one another (ERC-20 assets on Ethereum, Bitcoin, ether, etc) Non-fungible → represent something unique (ERC-721 tokens on ethereum) ...
Solana Unity SDK
GitHub - garbles-labs/Solana.Unity-Core: Solana's Unity SDK and integration library.
Smart Contract
Smart Contract Smart contracts are self-executing lines of code that allow for parties to transact with each other without the need for any central authority. Within a smart contract is a list of defined operations that are executed when certain conditions, on...
Managed Blockchain (Private Blockchain)
🚪 Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article ❓ Key Question / Problem / Issue Describe what question / Problem / Issue this knowledge should answer ✅ Expected Output/Definition of Done Define...
IPFS
🚪 Prequisite Knowledge (Optional) Describe Initial Knowledge that reader need to know before reading this article ❓ Key Question / Problem / Issue Describe what question / Problem / Issue this knowledge should answer ✅ Expected Output/Definition of Done Define...
How to Interact with Web 3
You can access web3 from nearly any computer, phone, or tablet. If you trade cryptocurrency, or have a crypto wallet, you’re likely using web3. If you game online or access some online streaming services, you might be using web3. There’s a decent chance you’ve...
Cross-Chain Smart Contract
âť“ Key Question / Problem / Issue Can multiple smart contract from various network interact each other? How is this work? Any Limitation? âś… Expected Output/Definition of Done Explanation how multiple smart contract interact How to integrate multiple smart co...
Blockchain Wallet
âť“ Key Question / Problem / Issue what is blockchain wallet how blockchain wallet works how secure is blockchain wallet how wallet security works how do we relate blockchain wallet to a game account âś… Expected Output/Definition of Done Detailed Information ab...
Blockchain Services
🚪 Prequisite Knowledge (Optional) Needs to know about blockchain. ❓ Key Question / Problem / Issue What is the differences of the technology used between every blockchain service? The pros and cons? Pricing. ✅ Expected Output/Definition of Done A data table ...
Blockchain
Blockchain append only ledger peer 2 peer block consist of record, hash, and previous block hash (forming chain) to add block it need to be proven through proving mechanism (Consensus) decentralized (anyone in the network have copy and have access to blockcha...