Skip to content

Commit

Permalink
Merge pull request #136 from ethersphere/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
GasperX93 authored May 6, 2024
2 parents 1ef112b + 3426dff commit bdaaadd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
10 changes: 0 additions & 10 deletions components/common/FeatureExchanges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@ import { cx } from "utils";
type Props = {};

const items = [
{
label: "Bzzaar ->",
url: "https://bzz.exchange",
icon: Icons.BzzarIcon,
},
{
label: "OpenBZZ ->",
url: "https://openbzz.eth.limo/",
icon: Icons.OpenbzzIcon,
},
{
label: "Uniswap ->",
url: "https://app.uniswap.org/#/swap?chain=ethereum&inputCurrency=ETH&outputCurrency=0x19062190B1925b5b6689D7073fDfC8c2976EF8Cb",
Expand Down
6 changes: 1 addition & 5 deletions content/pages/get-bzz.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,7 @@ sections:
- template: feature
title: Is the token supply deflationary like Bitcoin?
content:
The token supply is not fixed and can increase or decrease via
the bonding curve. Put simply, if the supply goes up by one token, so
does its price in the bonding curve contract, and vice versa. This makes
BZZ neither inflationary nor deflationary. You can read about Swarm’s
supply and bonding curve in detail [here](https://medium.com/ethereum-swarm/swarm-and-its-bzzaar-bonding-curve-ac2fa9889914).
The token supply is fixed at 63,149,437. It is an standard ERC-20 token, the contract for which can be found [here](https://etherscan.io/token/0x19062190b1925b5b6689d7073fdfc8c2976ef8cb).
- template: feature
title: What can I store with BZZ?
content: Almost anything you can imagine! You can store and retrieve many types of data—from webpages, NFT metadata, archives, to database backups, streaming audio and video, and much more. You can get started with uploading data by [purchasing your first batch of stamps](https://docs.ethswarm.org/docs/develop/access-the-swarm/buy-a-stamp-batch).
Expand Down
4 changes: 2 additions & 2 deletions content/pages/get-bzzzh.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ sections:
features:
- template: feature
title: 数字货币BZZ的供应量是否像比特币一样通缩?
content: 数字货币BZZ的供应量并不是固定的,而是可以通过债券曲线(bonding curve)增加或减少。简而言之,如果供应量增加了一个代币,那么其在债券曲线合约中的价格也会相应增加,反之亦然。因此,BZZ既不是通胀型货币,也不是通缩型货币。您可以在这里详细了解Swarm的供应量和债券曲线机制。[(link)](https://medium.com/ethereum-swarm/swarm-and-its-bzzaar-bonding-curve-ac2fa9889914)
content: 代币供应量固定为63,149,437。这是一个标准的ERC-20代币,其合约可以在这里找到。
- template: feature
title: 您可以使用BZZ在Swarm网络上存储哪些内容?
content: 您可以使用BZZ在Swarm网络上存储各种类型的数据,包括网页、NFTs、存档、数据存储、音乐流媒体服务等等。
content: 您可以使用BZZ在Swarm网络上存储各种类型的数据,包括网页、NFTs、存档、数据存储、音乐流媒体服务等等。 https://etherscan.io/token/0x19062190b1925b5b6689d7073fdfc8c2976ef8cb
- template: feature
title: 如果我运行一个完整节点,我会收到BZZ吗?
content: 存储激励系统通过重新分配机制对存储提供者进行补偿,具体取决于他们抵押的BZZ代币数量以及是否被选中进行重新分配。[(link)](https://medium.com/ethereum-swarm/the-mechanics-of-swarm-networks-storage-incentives-3bf68bf64ceb)
Expand Down

0 comments on commit bdaaadd

Please sign in to comment.