Skip to content

Commit

Permalink
Add two new cards
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Dec 12, 2024
1 parent 687056f commit 65b4608
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cards/Awesome Solana.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#awesome-card

## What is [[Solana]]?

## Tools for Users or Developers
7 changes: 7 additions & 0 deletions cards/Nakamoto Coefficient.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#explain-card

The Nakamoto Coefficient is a crucial metric for assessing the decentralization of a blockchain network. Named after Satoshi Nakamoto, the pseudonymous creator of Bitcoin, it is defined as the minimum number of nodes that must be compromised to gain control of the network.

A higher Nakamoto Coefficient indicates a more decentralized network. For instance, if a network has a Nakamoto Coefficient of 5, it means that at least 5 nodes would need to be compromised to control the network, censor transactions, or double-spend coins.

To calculate the Nakamoto Coefficient, determine the minimum amount of mining or voting power required to control the network. Then, rank all entities in the network by their mining or voting power and sum the power until you reach the threshold. The number of entities at this point is the Nakamoto Coefficient.
21 changes: 20 additions & 1 deletion cards/Solana.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,33 @@

## Introduction

Solana is a high-performance blockchain that can support thousands of transactions per second. It is a decentralized platform that provides fast, secure, and scalable blockchain solutions for decentralized applications and crypto-currencies. Solana uses a unique consensus mechanism called Proof of History (PoH) to achieve high throughput and low latency.
Solana is a high-performance blockchain designed for mass adoption. Compared to rival blockchains like Ethereum, it offers super-fast 400ms confirmation times and low transaction fees, with a median fee of 0.00064 SOL per transaction.
Solana aims to provide the best experience for developers and users to build and use decentralized applications.

## Service Provided

## Technical Details

### Innovative Consensus Mechanism



### On-Chain Program

## Applications

- [Explorer: Solscan](https://solscan.io/)
- [Explorer: Solana Explorer](https://explorer.solana.com/)
- [Explorer: SolanaFM](https://solana.fm/?cluster=mainnet-alpha)

## Social Media

- [Official Website](https://solana.com/)
- [Official Documentation](https://solana.com/docs)
- [Github](https://github.com/solana-foundation)
- [X](https://x.com/solana)
- [Youtube](https://www.youtube.com/SolanaFndn)

## Team

## Latest Updates

0 comments on commit 65b4608

Please sign in to comment.