ContentPosts from @faun..
Link
@faun shared a link, 2 years, 1 month ago

Base, Coinbase's Ethereum L2, Preps for Launch

Base, an Ethereum Layer 2 blockchain incubated by Coinbase, has outlined their security measures for their upcoming mainnet launch. They have collaborated with Optimism and conducted an internal audit to ensure the platform's security, engaged the community through a smart contract audit contest, an..

Base, Coinbase's Ethereum L2, Preps for Launch
Link
@faun shared a link, 2 years, 1 month ago

Coinbase files motion to dismiss SEC’s suit, branding it 'an extraordinary abuse of process'

In the document filed on Thursday, Coinbase raised concerns about the SEC’s interpretation of securities laws, suggesting the agency was reaching beyond its legal authority...

Coinbase files motion to dismiss SEC’s suit, branding it 'an extraordinary abuse of process'
Link
@faun shared a link, 2 years, 1 month ago

CME Group Announces Plans to Launch ETH to BTC Ratio Futures

CME Group plans to launch ether/bitcoin ratio futures on July 31, which will allow investors to capture both ether and bitcoin exposure in a single trade. The futures will be cash-settled and aim to provide trading opportunities based on the relative value between the two assets...

CME Group Announces Plans to Launch ETH to BTC Ratio Futures
Link
@faun shared a link, 2 years, 1 month ago

Ethereum Python Ecosystem Tour

There are several Python tools available for interacting with Ethereum, including web3.py for reading blockchain data and managing accounts, py-evm for implementing the Ethereum Virtual Machine, eth-tester for local testing, Ape for smart contract development, and Vyper for writing smart contracts i..

Ethereum Python Ecosystem Tour
Link
@faun shared a link, 2 years, 1 month ago

El Salvador Plans 241 Megawatt Renewable Plant For Bitcoin Mining

El Salvador is building a renewable power generation park in the Metapán region, combining solar and wind energy, to establish one of the world's largest Bitcoin mining farms. With a total commitment of $1 billion, the project aims to promote energy competitiveness, diversification, and geographic e..

Link
@faun shared a link, 2 years, 1 month ago

Elon Musk is accused of insider trading by investors in Dogecoin lawsuit

Elon Musk is being accused of insider trading in a proposed class action by investors accusing the Tesla Inc CEO of manipulating the cryptocurrency Dogecoin, costing them billions of dollars...

Elon Musk is accused of insider trading by investors in Dogecoin lawsuit
Link
@faun shared a link, 2 years, 1 month ago

Ledger key recovery service paused amid backlash, will open-source code

Hardware crypto wallet company Ledger postponed the launch of its key recovery service, opting to accelerate its open-sourcing roadmap ahead of its launch...

Ledger key recovery service paused amid backlash, will open-source code
Link
@faun shared a link, 2 years, 1 month ago

You're writing require statements wrong: a new pattern for DeFi Smart Contract Security

The core issue behind the $200 million hack of Euler Finance was the failure to remember the core invariant of lending markets, which led to the exploitation of a specific function. While the Checks-Effects-Interactions pattern is helpful for function safety, it can cause developers to overlook the ..

You're writing require statements wrong: a new pattern for DeFi Smart Contract Security
Link
@faun shared a link, 2 years, 1 month ago

The Solidity Events Guide I Wish I Had

The Ethereum blockchain relies on deterministic state updates to achieve consensus among nodes, allowing them to process transactions and arrive at the same latest state of the blockchain. However, the indeterministic nature of making a call from the Ethereum Virtual Machine (EVM) to the outside wor..

The Solidity Events Guide I Wish I Had
Link
@faun shared a link, 2 years, 1 month ago

Build Terraform CI/CD Pipelines using AWS CodePipeline

Terraform is a popular Infrastructure as Code tool for deploying resources in AWS, and integrating it into a CI/CD pipeline can greatly improve efficiency and deployment reliability. Leveraging AWS Code Services (CodeCommit, CodeBuild, and CodePipeline) in combination with Terraform allows for autom..