Search
Ampleforth Launches Liquidity Program to Target Uniswap 2.0
23.6.2020
Digital asset protocol releases incentive program to incentivize AMPL liquidity on Uniswap 2.0
Interest in Ether Options Outpaces Bitcoin, Can Drive ETH to New Highs
21.6.2020
Ether options could be the new fuel that drives growth in the crypto market
Telos to Support Ethereum-Compatible Smart Contracts on Its Network
18.6.2020
With the launch of an Ethereum Virtual Machine, Telos is set to enable developers to create and run Ethereum-Compatible smart contracts
MathWallet gets Invitation from Binance to Explore the Binance Smart Chain (BSC) Testnet
15.6.2020
Singapore-based decentralized crypto storage application MathWallet announced on Monday that it had received an invitation from Binance to explore the testnet of Binance Smart Chain (BSC). The standalone parallel blockchain to the existing Binance Chain (BC) will be compatible with Ethereum,...
Smart Contracts Is Too Limiting a Name, Says Blockstack CEO
12.6.2020
The potential benefits of smart contracts go well beyond what their name suggests, the co-founder and CEO of Blockstack argues
Blockchain Bites: CBDCs on Capitol Hill, Custody Battles and Smart Drugs
11.6.2020
Lawmakers will convene today to discuss the possibility of using digital dollars to distribute coronavirus relief, while Filecoin releases its new testnet
Blockstack and Algorand Back ‘More Secure’ Smart Contract Language
11.6.2020
Algorand and Blockstack have launched a joint open-source project to support the development of a smart contract language
With Arweave’s ‘Lazy’ Approach to Smart Contracts, Its Version of Web3 Does More
11.6.2020
Arweave, a blockchain network meant for the permanent storage of data, has released a completely new approach to smart contracts
Algorand and Blockstack Are Building a Multi-Chain Smart Contract Language
10.6.2020
Clarity, a new open-source programming language, promises to deliver less buggy smart contracts
NEO Withholds no Extremities and Alliances with MADANA for Extending Benefits of Smart Blockchain
10.6.2020
NEO alliances with MADANA—a platform that does data analysis using blockchain technology and PrivTech to fulfill the gap between data and insights for the smart economy—which is the foremost aim of NEO. Blockchain solutions have been opted by many data management organizations due to the ease...
Cool Little CSS Grid Tricks for Your Blog
10.6.2020
I discovered CSS about a decade ago while trying to modify the look of a blog I had created. Pretty soon, I was able to code cool things with more mathematical and, therefore, easier-to-understand features like transforms. However, other areas of CSS, such as layout, have remained a constant source...
How Blockchain Is Changing the Advertising Industry
9.6.2020
Modern advertising is facing new problems that require new solutions, and blockchain may be just the key
Blockchain and Smart Contracts Have a 'Dark Side', Says Researcher
1.6.2020
The immutability of blockchain ledgers and smart contracts have a “dark side,” argues UPenn professor Kevin Warbach
Bug in ‘Timelocked’ Bitcoin Contracts Could Spur Miners to Steal From Each Other
1.6.2020
A widespread bug has compromised a special type of bitcoin transaction that is supposed to discourage miners from cheating, new research shows
Enigma Blockchain Has a New Name and a Privacy Boost in the Works
28.5.2020
The Enigma mainnet was rebranded the Secret Network after an on-chain proposal by the community unanimously passed on May 17
Binance and Eosfinex Join EOS DeFi Protocol to Handle Smart Contract Upgrades
22.5.2020
Binance, Eosfinex and others join the governance of an EOS DeFi project, which will allow it to seamlessly upgrade smart contracts
Market Wrap: Here’s Why Ether’s Price Has Jumped 65% So Far This Year
19.5.2020
Ether is outperforming bitcoin in 2020 but has lower liquidity and different technical dynamics than the world’s largest cryptocurrency
Base Layer Blockchain Harmony Adds Staking to Open Up Validator Set
19.5.2020
Harmony announced Tuesday that its mainnet has now incorporated staking, allowing users to earn ONE tokens for locking in their current holdings
Transak Announces Integration with Chainlink Oracle to Bridge Smart Contracts with Crypto/Fiat Payment Gateways
13.5.2020
Crypto/fiat onramp aggregator Transak announced on Tuesday that it has integrated with leading decentralized oracle network Chainlink, making its onramp aggregator solutions available to smart contracts. Chainlink confirmed this via a tweet stating that developers can now use Chainlink oracles...
How I Put the Scroll Percentage in the Browser Title Bar
12.5.2020
Some nice trickery from Knut Melvær.
Ultimately the trick boils down to figuring out how far you’ve scrolled on the page and changing the title to show it, like:
document.title = `${percent}% ${post.title}`
Knut’s trick assumes React and installing an additional library. I’m sure...