// BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_locale_css' ) ): function chld_thm_cfg_locale_css( $uri ){ if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . '/rtl.css' ) ) $uri = get_template_directory_uri() . '/rtl.css'; return $uri; } endif; add_filter( 'locale_stylesheet_uri', 'chld_thm_cfg_locale_css' ); if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'font-awesome-v5','bootstrap','sidr','magnific-popup','sliderpro' ) ); wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); // END ENQUEUE PARENT ACTION add_action( 'admin_enqueue_scripts', 'my_cfg_admin_enqueue' ); function my_cfg_admin_enqueue(){ wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); wp_enqueue_style('style-cfg-child', get_stylesheet_uri(), array(), "4.2"); } add_action( 'after_setup_theme', 'remove_plugin_image_sizes', 999 ); function remove_plugin_image_sizes(){ remove_image_size( '2048x2048' ); remove_image_size( '1536x1536' ); remove_image_size( 'large' ); } function action_dynamic_sidebar_after( $array ) { if($array == "home-content-widgets") { echo the_content(); } }; add_action( 'dynamic_sidebar_after', 'action_dynamic_sidebar_after', 10, 1 ); add_action( 'trashed_post', 'mtp_delete_attached_thumbnail_for_trashed_product', 20, 1 ); function mtp_delete_attached_thumbnail_for_trashed_product( $post_id ) { // gets ID of post being trashed $post_type = get_post_type( $post_id ); // does not run on other post types if ( $post_type != 'post' ) { return true; } // get ID of featured image $post_thumbnail_id = get_post_thumbnail_id( $post_id ); // delete featured image wp_delete_attachment( $post_thumbnail_id, true ); }/** * The header for our theme * * This is the template that displays all of the section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?> Bitcoin needs Ethereum VM to reach its full potential — Web3 exec – CoinsMegaNews

Bitcoin needs Ethereum VM to reach its full potential — Web3 exec

Bitcoin needs Ethereum VM to reach its full potential — Web3 exec

[ad_1]

Mainstream Bitcoin (BTC) adoption won’t happen until it bridges to the Ethereum Virtual Machine (EVM) — the first point of entry for many real-world assets moving on-chain, a Web3 executive argues.

Speaking to Cointelegraph, the founder of cross-chain infrastructure firm Botanix Labs, Willem Schroé, claimed Bitcoin “needs to start playing in the EVM world” for it to build real-world use cases to increase its adoption and utility.

“Bitcoin is the most technologically secure and truly decentralized protocol [and] the EVM has proven itself to be the application layer for the global financial system,” Schroé said.

While Bitcoin is typically used as a peer-to-peer payment system or for storing value, Schroé said its potential won’t be fulfilled unless the cryptocurrency can connect to the broader financial system, such as with security and commodity markets.

Connecting Bitcoin to Ethereum-based real-world assets, stablecoins, decentralized finance and nonfungible tokens via the EVM is the first step in that direction, Schroé argued.

“That’s a huge amount of value and development waiting to happen.”

Schroé’s Botanix Labs aims to connect the Bitcoin and Ethereum ecosystems through its “Spiderchain” — a proof-of-stake layer 2 that implements EVM to EVM bridges to enable Bitcoin to interact with the EVM.

Staked assets are secured by a decentralized multisignature mechanism, and its design doesn’t require Bitcoin to be forked.

Schroé believes the current solutions involving wrapped Bitcoin on Ethereum and other EVM-compatible chains are problematic and argues they are susceptible to censorship and regulatory scrutiny, as they’re operated by the centralized United States-based company BitGo.

A similar proposal to bring Ethereum functionality to Bitcoin is also being proposed through “drivechains,” also known as the Bitcoin Improvement Proposal-300, which Bitcoin developers are again discussing. If implemented, it would allow “sidechains” to be built on the network.

On Oct. 9, Bitcoin developer Robin Linus released a white paper titled “BitVM: Compute Anything on Bitcoin,” which details how Ethereum-like optimistic rollup smart contracts could be made on the Bitcoin network.

Related: El Salvador’s Bitcoiners teach 12-year-olds how to send sats

Unlike the Spiderchain, BIP-300 would require Bitcoin to soft fork and would be activated by miners — similar to the Taproot soft fork in November 2021 that paved the way for the NFT-emulating Ordinals and BRC-20 tokens.

The BIP’s creator, Paul Sztroc, says those favoring BIP-300 believe it will offer new privacy and scaling use cases to Bitcoin, among other benefits.

However, not everyone likes the idea of expanding Bitcoin’s ecosystem beyond its current use cases.

Cory Klippsten, the CEO of BTC-only exchange Swan Bitcoin, believes drivechains and solutions that bring other assets to Bitcoin will bring an influx of scammers.

Saifedean Ammous, the author of The Bitcoin Standard, opposes the idea of issuing altcoins on Bitcoin, suggesting that “good money” is the only token needed.

However, Schroé said he thinks bringing together Bitcoin and Ethereum could produce a new array of applications “with decentralization and security as first principles.“

“EVM is the winning virtual machine, and Bitcoin is the best money,” he said.

Magazine: Ethereum is eating the world — ‘You only need one internet’

[ad_2]

Source link

Leave a Reply

Your email address will not be published. Required fields are marked *

/** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?>