0xBitcoin's principles matter in today's world
Decentralized
-
Decentralization aligns network participants together toward a common goal. It encourages a robust infrastructure and resists censorship.
+
Decentralization aligns network participants together toward a common goal. It encourages a robust infrastructure that resists censorship, dependencies, and central control.
Contract Compatible
-
DApps are here, and they will only become more prominent. Smart Contract compatibility means that 0xBTC can be used quickly and easily around the world.
+
DApps are here, and they will only become more prominent. Smart Contract compatibility means that 0xBTC is future proofed and will always work with the most powerful decentralized applications.
![Coins by Viktor Fedyuk (Tim P) from the Noun Project](@/assets/images/coins.svg)
-
Finite Coin Cap
-
When governments, groups and companies can create currency on a whim, they whittle away the value of your money and leave you poorer for it. A coin cap is fundamentally a statement of respect for you, the money holder. Only the market will ever determine what your coin is worth.
+
Neutral Money
+
When ICO groups or companies create currency on a whim, it is often manipulated and dependent on the success of a centralized entity or service. 0xBTC is mathematically verifiably neutral. It is a commodity forged from energy by the broad community in a neutral manner.
@@ -92,13 +92,13 @@ export default {
}
},
created(){
- setInterval(this.incrementSlideIndex,8000);
+ setInterval(this.incrementSlideIndex,24000);
},
methods: {
incrementSlideIndex()
{
this.slideIndex++;
- if(this.slideIndex>2) this.slideIndex=0;
+ if(this.slideIndex>1) this.slideIndex=0;
}
}
}
diff --git a/src/views/config/UpperNav.js b/src/views/config/UpperNav.js
index 91e95c3..4f66093 100644
--- a/src/views/config/UpperNav.js
+++ b/src/views/config/UpperNav.js
@@ -5,7 +5,8 @@ const config={
{"title":"0xBitcoin API Wiki","url":"https://docs.0xbitcoin.org"},
{"title":"White Paper","url":"https://github.com/0xbitcoin/white-paper"},
{"title":"Smart Contract","url":"https://etherscan.io/address/0xb6ed7644c69416d67b522e20bc294a9a9b405b31#code"},
- {"title":"0xBTC Explorer","url":"https://0xbtc.info/"}
+ {"title":"0xBTC Explorer","url":"https://0xbtc.info/"},
+ {"title":"Dune Analytics","url":"https://duneanalytics.com/infernaltoast/0xBTC"}
]},
{"title":"EXCHANGES","rows":[
{"title":"Uniswap","url":"https://app.uniswap.org/#/swap?outputCurrency=0xb6ed7644c69416d67b522e20bc294a9a9b405b31"},
@@ -29,7 +30,7 @@ const config={
{"title":"Bank of 0xBTC","url":"https://bank.0xbtc.io"},
{"title":"0xBitcoin Memes","url":"https://opensea.io/collection/0xbitcoinmemes"},
{"title":"Farm.MineableTokens","url":"https://farm.mineabletokens.com"},
- {"title":"Tipjar","url":"https://tipjar.0xbtc.io/"}
+ {"title":"Digital Toast","url":"https://digitaltoast.0xbtc.io/"}
]}
]