Search
New Storm Concept Could Strengthen Bitcoin Cash Instant Transactions
3.9.2019
Software developer Awemany has published a potential alternative approach to instant transactions on the Bitcoin Cash (BCH) network called “delta blocks” or Storm. The idea utilizes weak proof-of-work (PoW) for instant confirmations on Bitcoin Cash. The new Storm concept has piqued...
New Bitcoin Cash Specs Propose Heightened Privacy and Double-Spend Proofs
31.7.2019
Bitcoin Cash (BCH) development continues as software engineers have revealed two distinct concepts that aim to boost the BCH network. Bitcoin Cash developer Tom Zander has announced new documentation concerning the vision of a double-spend proofs, which now exists as a pull request to...
Crescent Cash Users Can Now Send Bitcoin Cash Via Text Message
16.5.2019
On May 15, the BCH-based and open source Android wallet Crescent Cash launched a new feature that allows people to send bitcoin cash through a text message. The SMS sending service added to the wallet is due to the latest open source API introduced by the crypto startup Cointext. Also read: Bitcoin...
Build Your First Angular Website: Show a Single User Using Route Parameters
30.8.2018
We now have our users section that lists our users. This works great, but now we have to show off a single user. The route to see a single user is defined by their username:
Understanding React `setState`
25.4.2018
React components can, and often do, have state. State can be anything, but think of things like whether a user is logged in or not and displaying the correct username based on which account is active. Or an array of blog posts. Or if a modal is open or not and which tab within it is active.
React...