-
Updated
Dec 16, 2021 - C++
Bitcoin Cash
Bitcoin Cash (ticker symbol: BCH) is a decentralized peer-to-peer electronic cash system as outlined in the Bitcoin whitepaper by Satoshi Nakamoto that has fast, secure, reliable, and low fee transactions running on a permissionless and immutable blockchain network. Bitcoin Cash is the upgraded version of Bitcoin which carries the same genesis block that was started with Bitcoin in January 2009.
Here are 246 public repositories matching this topic...
-
Updated
Feb 25, 2020 - Go
-
Updated
Oct 5, 2021 - TypeScript
-
Updated
Dec 17, 2021 - JavaScript
-
Updated
Jul 28, 2018 - Swift
-
Updated
Dec 17, 2021 - Kotlin
-
Updated
Dec 17, 2021 - Swift
-
Updated
Dec 7, 2021 - JavaScript
-
Updated
Dec 8, 2021 - TypeScript
-
Updated
Dec 17, 2021 - JavaScript
-
Updated
May 16, 2021 - Rust
-
Updated
Nov 22, 2021 - Swift
-
Updated
Nov 17, 2021
-
Updated
Jan 18, 2021 - C#
-
Updated
Dec 11, 2021 - Kotlin
-
Updated
Oct 8, 2021 - HTML
Currently defining a variable is
<Typ> name = expression;
This can be non-obvious to developers who are used to keywords before declaring variables. Also in CashScript variables can be reassigned.
For that reason this ticket is to add support for let and const. Their functionality would be inline with other mainstream languages.
let would be for variables which can be
-
Updated
Nov 28, 2018
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Nov 20, 2019 - Shell
-
Updated
Oct 5, 2021 - TypeScript
-
Updated
Jul 18, 2019 - Swift
-
Updated
Dec 2, 2021 - C#
-
Updated
Nov 9, 2018 - JavaScript
-
Updated
Jun 16, 2021 - Python
-
Updated
Dec 17, 2021 - C++
Created by Satoshi Nakamoto
Released January 3, 2009
- Organization
- bitcoincashbch/bitcoin-cash/blob/master/README.md
- Website
- bitcoincash.org
- Wikipedia
- Wikipedia
Hello, there. I tried to build HDWallet via Carthage on xCode 10.1 (10B61) and i get this error ->
I tried also
carthage update --platform iOS&&carthage update --platform iOS --no-use-binariesbut result was the same.