Description
The world of blockchain technology is rapidly evolving, with various platforms and frameworks emerging to meet the diverse needs of organizations. In this deep dive into the Hyperledger Fabric and Sawtooth blockchains, we will explore the fundamental concepts, architectures, and features of these two prominent blockchain platforms. From Hyperledgers inception as a global enterprise blockchain Read more
The world of blockchain technology is rapidly evolving, with various platforms and frameworks emerging to meet the diverse needs of organizations. In this deep dive into the Hyperledger Fabric and Sawtooth blockchains, we will explore the fundamental concepts, architectures, and features of these two prominent blockchain platforms. From Hyperledgers inception as a global enterprise blockchain platform to the modular design and secure smart contract capabilities of Hyperledger Sawtooth, this Cryptopolitan guide provides valuable insights into the world of blockchain technology.
Hyperledger, a global enterprise blockchain platform, was established by The Linux Organization in December 2015. Initially comprising 30 participants, it has grown to encompass over 120 members. Hyperledger aims to create and maintain open-source blockchain networks and platforms for various organizations, providing the necessary infrastructure and protocols for the development of blockchain tools and networks. The collaboration fosters commercial blockchain initiatives by offering a set of principles, rules, and methods through the Hyperledger Greenhouse, which includes frameworks and tools supporting blockchain technology.
With a diverse range of leading organizations in finance, banking, IoT, supply chain management, manufacturing and production, and technology, Hyperledger boasts a notable membership base. Companies such as Bosch, Daimler, IBM, Samsung, Microsoft, Hitachi, American Express, JP Morgan, and Visa are actively involved in shaping the future of blockchain technology. Additionally, several blockchain-based companies like Blockforce and ConsenSys contribute to the Hyperledger project.
Within the Hyperledger ecosystem, various sub-projects operate to enhance the efficiency and quality of systems and services across a network of computers. These sub-projects include Hyperledger Fabric, Hyperledger Indy, Hyperledger Caliper, Hyperledger Burrow, Sawtooth, Composer, and Cello. Understanding the nuances and differences between these projects can be challenging, particularly for newcomers to the cryptocurrency space.
Hyperledger Fabric, an open-source initiative by the Hyperledger corporation, serves as a robust foundation for building modular applications and driving innovation in the realm of blockchain technology. Positioned as a blockchain platform, it empowers private enterprises to construct blockchain-based products and applications by leveraging plug-and-play components. Within the Hyperledger platform, ledgers, standards, protocols, and smart contracts work in harmony to enable efficient and secure blockchain solutions.
One of the key advantages of Hyperledger Fabric lies in its ability to facilitate data segregation and expedite transactions. As a private platform, it operates on the principle of access rights, ensuring that only authorized users can connect to the network. By restricting access to internal staff, businesses can fortify their infrastructure against unauthorized entities and establish an exclusive network system.
Hyperledger Fabric was specifically designed to overcome common limitations associated with traditional blockchain solutions, such as private exchanges and confidential contracts. It offers a flexible and secure platform for delivering industrial-grade blockchain services. The framework incorporates robust rules for storing information about network users and their access privileges, ensuring granular control over data points. In addition, Hyperledger Fabric supports permissioned membership, making it an ideal choice for sectors like finance, healthcare, and more, where privacy and regulatory compliance are critical considerations.
The consensus layer ensures agreement on transaction order and validates the accuracy of the transaction database within a block. It communicates with clients and network peers through the communication layer. By adhering to approval and consensus policies, it confirms the correctness of transactions in a proposed block. It also collaborates with the smart contract layer to validate the accuracy of the ordered transaction database, contributing to data synchronization and transaction consistency across the network.
The smart contract layer validates transaction validity based on policies and contracts, ensuring only valid transactions are included in blocks. It comprises two types: installed smart contracts for pre-launch business logic and on-chain smart contracts for business rules implemented through committed transactions. In Hyperledger Fabric, smart contracts, called chaincode, are developed using languages like Go, JavaScript (Node.js), and potentially Java. Chaincode runs securely in a separate Docker container from the endorsing peer process.
The communication layer enables peer-to-peer message transfer among nodes in a shared ledger. It facilitates communication between the consensus layer, clients, and network peers. Transactions are executed atomically and sequentially, treating the system as a single node. Successful communication ensures all non-faulty nodes receive submitted transactions. Transport Layer Security (TLS) ensures secure communication in Hyperledger Fabric, supporting one-way and two-way authentication.
The data store abstraction allows modules to use different data stores. In Hyperledger Fabric, private data is stored in a dedicated database on authorized peer nodes, accessed through chaincode. A hash of the secret data is recorded in the ledgers of all channel peers. Hyperledger Fabric supports LevelDB and CouchDB as state databases. LevelDB stores chaincode data as key-value pairs, integrated into peer activity. CouchDB, an optional external database, enables rich JSON queries when chaincode data is represented in JSON format. Successful deployment installs the chaincode on the blockchain.
The crypto abstraction allows the use of different cryptographic techniques or modules without affecting other components. Hyperledger Fabric version 2.0 introduces Fabtoken, enabling the creation of native cryptocurrencies. Hyperledger Besu, based on Ethereum, is an open-source public Ethereum implementation compatible with permissionless platforms and the Ethereum network. Hyperledger Besu supports CPU and GPU mining, with Ethminer used for GPU mining testing. Its important to note that Hyperledger Fabric doesnt support cryptocurrencies like Bitcoin, but focuses on providing infrastructure and standards for industrial blockchain-based applications and systems.
The identity service establishes a trusted root, manages enrollment and registration of identities, and facilitates changes in a blockchain instance. It handles authentication, permission, and is utilized by the smart contract layer to authenticate and authorize entities during transaction processing. Hyperledger Fabric provides a personal identity service for managing user IDs and authenticating network participants, enabling permissioned networks. Access control lists add layers of permission by authorizing specific network actions. Certification Authorities (CAs), like Hyperledger Fabric CA, manage certificates.
The policy service manages system policies such as endorsements, consensus, and group management. It collaborates with other modules to enforce these policies effectively. In Hyperledger Fabric, policies govern the approval or rejection process for network changes, routes, and smart contracts. They are established during the initial channel setup and can be modified as the channel evolves. Policies distinguish Hyperledger Fabric by ensuring transactions are generated and confirmed by approved network nodes.
The API module enables client and application interaction with blockchains. It consists of three types of APIs in Hyperledger. The admin API manages operations like runtime installation, refreshment, and pinging. The common API accesses information about the connected Business Network and facilitates asset, participant, transaction, and event creation. The runtime API allows transaction functions to query, emit events, retrieve registries, access participant information, and serialize JavaScript objects. It also supports HTTP REST calls.
Interoperation enables communication and interaction between separate blockchain instances. It relies on comprehensive data and transaction standards to unlock the full potential of blockchain technology. Industries like food safety have leveraged data standards for enhanced product visibility. However, achieving interoperability and integration remains a significant challenge in the blockchain sector, necessitating ongoing efforts to establish seamless communication and collaboration among diverse blockchain networks.
Hyperledger Fabric offers a range of core features, including:
Hyperledger Sawtooth is an enterprise blockchain platform that facilitates the creation and operation of distributed ledger networks and applications. It prioritizes secure smart contracts for enterprise use cases and follows a blockchain-as-a-service (BaaS) model.
Hyperledger Sawtooth distinguishes itself through its modular design, allowing organizations and consortia to establish policies tailored to their specific domains. Applications can select transactional, permissioning, and consensus algorithms that align with their unique business requirements, enhancing flexibility compared to traditional blockchain systems where core and app functionalities reside on the same platform, potentially impacting security and performance.
As an open-source enterprise blockchain-as-a-service platform, Hyperledger Sawtooth enables the execution of customized smart contracts without the need for in-depth knowledge of the underlying core system design. It supports various consensus algorithms, including PBFT and PoET, and offers a user-friendly design optimized for enterprise usage. Additionally, Sawtooth ensures separate permissioning, ensuring confidentiality by eliminating centralized services that could expose sensitive information.
Functioning as a modular platform, Hyperledger Sawtooth empowers the development, deployment, and operation of distributed ledgers. It incorporates the innovative Proof of Elapsed Time (PoET) consensus algorithm, utilizing trusted execution environments (TEEs) for fair and efficient consensus. With its pluggable consensus algorithms and support for both permissioned and permissionless networks, Sawtooth provides a distributed ledger that logs transactions and smart contract execution across network nodes. Transactions are processed in parallel to enhance performance.
To streamline smart contract deployment and execution, Sawtooth offers the Sawtooth Lake smart contract engine. The platform provides a RESTful API for seamless interaction with the ledger and submission of transactions. Hyperledger Sawtooth boasts scalability, capable of supporting networks with thousands of nodes and processing millions of transactions per second.
Hyperledger Sawtooth is a flexible and powerful platform for building and deploying distributed ledgers. It caters to diverse applications such as supply chain management, digital asset tracking, and voting systems. By separating the core ledger system from application-specific environments, Sawtooth simplifies app development while maintaining system security. This approach allows developers to define business rules specific to their applications, enabling easy hosting, management, and usage in their preferred programming language, even outside the core blockchain network.
Lets take a detailed look at the architectural components and functions of Hyperledger Sawtooth:
Hyperledger Sawtooth Architecture Diagram (source sawtooth.hyperledger.org/docs/1.2/architecture/)
Hyperledger Sawtooth follows an asynchronous client/server pattern. Clients send requests to the server, and the server responds with zero or more replies. Clients can send multiple requests without waiting for replies, and servers can send multiple replies without waiting for new requests.
Hyperledger Sawtooth provides a pragmatic RESTish API that allows clients to interact with a validator using common JSON/HTTP standards. The REST API serves as a separate process for transaction submission and block reading with a language-neutral interface. It is extensively documented using the OpenAPI specification, ensuring clarity and accessibility for both machines and humans. The REST API supports common HTTP status codes for quality improvement, such as 404 for Not Found and 503 for Service Unavailable. It utilizes a JSON envelope to send metadata back to clients and provides error handling with code, title, and message properties. Query parameters are supported to specify request formation, and endpoints offer references to resources in the Sawtooth ledger, including blocks, transactions, and metadata.
Transaction processors validate and handle business logic for transactions, deciding whether to include them in the state. They apply transaction changes and add them to the next block. Validator nodes ensure the validity of transaction signatures. Additional logic can be added to transaction processors to meet specific requirements. Transaction handlers, added to process transactions, include apply and helper functions. The processor class, provided by the Software Development Kit (SDK), offers general-purpose functionality, while the handler class contains application-specific business logic. The transaction processor class connects with the validator and the handler class.
The consensus API has been redesigned and moved to a separate process called the consensus engine. It provides an interface for language-independent consensus algorithms, expanding the consensus options for Sawtooth. The consensus engine operates as a separate process alongside the REST API and transaction processors. It includes three processors: BlockPublisher for creating candidate blocks, BlockVerifier for verifying consensus rule compliance, and ForkResolver for selecting the next block to be the chain head.
In Hyperledger Sawtooth, authorized nodes validate blocks and batches similarly. Block validation includes checking on-chain transaction permissions and applying on-chain block validation rules. Batches are sent to the transaction scheduler. The network layer facilitates communication between validators, REST API, transaction processors, and clients. It handles peer discovery, transaction handling, block management, and supports consensus engines. Sawtooth supports both serial and parallel scheduling of transactions and efficiently handles transactions modifying the same state addresses. The validator process consists of the chain controller, responsible for maintaining the current chains last block and determining chain head updates, and the block manager and publisher, responsible for creating new candidate blocks and adding valid transactions to them.
Here are some of the unique features of Hyperledger Sawtooth:
As the adoption of blockchain technology continues to grow, platforms like Hyperledger Fabric and Hyperledger Sawtooth play a crucial role in enabling organizations to build secure and scalable blockchain-based solutions. Hyperledgers collaborative approach and extensive membership base contribute to the development and standardization of blockchain tools and networks. With their modular architectures, robust consensus mechanisms, and support for smart contracts, Hyperledger Fabric and Hyperledger Sawtooth provide a solid foundation for organizations looking to leverage the benefits of blockchain technology. As the blockchain landscape evolves, Hyperledger remains at the forefront, driving innovation and transforming industries across the globe.
Hyperledger is a global enterprise blockchain platform that provides infrastructure and protocols for the development of blockchain tools and networks, aiming to create and maintain open-source blockchain networks for organizations.
Hyperledger Fabric is a modular platform for private enterprises, offering flexible smart contract implementation and data privacy. Hyperledger Sawtooth is a modular enterprise platform that separates the application layer from the core system, emphasizing secure smart contracts.
Hyperledger Fabric supports permissioned membership, enforcing access rights and providing granular control over data points, making it suitable for industries like finance and healthcare.
The Rest API in Hyperledger Sawtooth serves as a separate process for clients to interact with a validator, enabling transaction submission and block reading with a user-friendly interface.
The consensus engine in Hyperledger Sawtooth operates independently and supports language-independent consensus algorithms. It includes processors like BlockPublisher, BlockVerifier, and ForkResolver, enabling a flexible and customizable consensus mechanism.
Read this article:
How to Explore the Capabilities of Hyperledger Fabric and Sawtooth ... - Cryptopolitan
- Cosmos (ATOM), Chainlink (LINK), and RenQ Finance (RENQ) are ... - Crypto News Flash [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- Grupo Pro Arte y Cultura Announces Winners of the 2022 Mayte ... - GlobeNewswire [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- Solana vs Ethereum: How to Choose One With Better Features and ... - Cryptopolitan [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- Can Circle [USDC] turn things around with new plan? All you need to know - AMBCrypto News [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- Polygon Wallet Suite allows users to safely bridge, swap, and ... - Crypto News Flash [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- Global X rolls out three new crypto ETPs - ETF Strategy [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- The Arbitrum Foundation Announces Launch of Arbitrum Orbit: Layer 3 Chains for All - Yahoo Finance [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- Travolution Summit 2023: 'Blockchain will... - Travolution [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- Aave: The Basics Global X ETFs - Global X [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- Revolutionizing the Travel and Hospitality Industry with Blockchain ... - Hospitality Net [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- The arbitrability of Web3 disputes: An effective court of First World ... - Lexology [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- What Is Stacks? Smart Contracts on Bitcoin[Outlook &Upate] - DataDrivenInvestor [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- Smart Contracts in Healthcare Market Projected to Hit USD 5.6 ... - GlobeNewswire [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- Are Smart Contracts Integral to Blockchain or Just Useful Tools ... - Cryptopolitan [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- EU Parliament approves the Data Act, which requires - Kitco NEWS [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- Discover Tanglechains.org: Your go-to source for EVM and Smart Contract Chains on Shimmer and IOTA - Crypto News Flash [Last Updated On: March 16th, 2023] [Originally Added On: March 16th, 2023]
- How Can Blockchain 4.0 Technology Revolutionize Interactions with ... - Cryptopolitan [Last Updated On: March 20th, 2023] [Originally Added On: March 20th, 2023]
- Australia's largest bank breaks blockchain barrier with Ethereum ... - Cryptopolitan [Last Updated On: March 20th, 2023] [Originally Added On: March 20th, 2023]
- How Will Bitcoin DeFi Gain Importance in 2023? Cryptopolitan - Cryptopolitan [Last Updated On: March 20th, 2023] [Originally Added On: March 20th, 2023]
- Helio Protocol: The revolutionary USD Destablecoin backed by BNB - AMBCrypto News [Last Updated On: March 20th, 2023] [Originally Added On: March 20th, 2023]
- Project claiming to be AI-powered drains $1M from users - Cointelegraph [Last Updated On: March 20th, 2023] [Originally Added On: March 20th, 2023]
- HashKey Group taps SlowMist for blockchain security and AML/CFT ... - FinanceFeeds [Last Updated On: March 20th, 2023] [Originally Added On: March 20th, 2023]
- Revolutionary DeFi Protocol IPOR to be listed on Bitget on Mar 22nd ... - Yahoo Finance [Last Updated On: March 20th, 2023] [Originally Added On: March 20th, 2023]
- Boba Network Announces Integration with NOWPayments - Cryptonews [Last Updated On: March 20th, 2023] [Originally Added On: March 20th, 2023]
- Blockchain Could Soar Beyond 100,000 Transactions per Second With the Right Math - The Daily Hodl [Last Updated On: March 20th, 2023] [Originally Added On: March 20th, 2023]
- Here's why blockchain is the future of the telecoms industry - Crypto Reporter [Last Updated On: March 20th, 2023] [Originally Added On: March 20th, 2023]
- 5 Must-Have Blockchain Developer Skills - Blockchain Council [Last Updated On: March 20th, 2023] [Originally Added On: March 20th, 2023]
- EU Data Act requires smart contracts to have kill switch, not be ... - Ledger Insights [Last Updated On: March 20th, 2023] [Originally Added On: March 20th, 2023]
- Euro Parliament approves Data Act that requires kill switches on smart contracts - Cointelegraph [Last Updated On: March 20th, 2023] [Originally Added On: March 20th, 2023]
- Europe introduces smart contract kill switch what it means for DeFi systems - AMBCrypto News [Last Updated On: March 20th, 2023] [Originally Added On: March 20th, 2023]
- Smart Contracts in Peril? EU's Data Act Vote Stirs Controversy in the Web3 World - CryptoGlobe [Last Updated On: March 20th, 2023] [Originally Added On: March 20th, 2023]
- Inery Blockchain to Implement AI, Mainnet Rescheduled for Q2 2023 - EIN News [Last Updated On: March 22nd, 2023] [Originally Added On: March 22nd, 2023]
- The Emergence of Web3 and Its Impact on TradFi - LCX [Last Updated On: March 22nd, 2023] [Originally Added On: March 22nd, 2023]
- Stacks 2.1 deployed: Is BTC the catalyst STX needed all along - AMBCrypto News [Last Updated On: March 22nd, 2023] [Originally Added On: March 22nd, 2023]
- Blockchain-Based Debt Protocol Obligate Records First Bond Issuance on Polygon Network - Yahoo Finance [Last Updated On: March 22nd, 2023] [Originally Added On: March 22nd, 2023]
- What Is a Hybrid Blockchain, and How Does It Differ from a Regular ... - MUO - MakeUseOf [Last Updated On: March 22nd, 2023] [Originally Added On: March 22nd, 2023]
- Solana-based DEX Orca bans US users from trading in its platform - CoinGeek [Last Updated On: March 22nd, 2023] [Originally Added On: March 22nd, 2023]
- The Role of Self-Regulation in the Cryptocurrency Industry: Where do we go from here? - Finance Magnates [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- Cardano (ADA) is ready for a massive pump, Polygon (MATIC), and ... - NewsBTC [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- Best Web3 open-source tools 2023 - CryptoTicker.io - Bitcoin Price, Ethereum Price & Crypto News [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- How New Technology Will Disrupt The Oil And Gas Industry - Markets Insider [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- How Can Ethereum Account Abstraction Improve the Network's ... - Cryptopolitan [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- Stellar (XLM) Price Prediction 2025-30: Will XLM shake off its bearish ways? - AMBCrypto News [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- TRON: Stake 2.0 launch announced to significantly improve the ... - Crypto News Flash [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- Smart Contracts in Healthcare Market Size and Growth Most Recent Manufacturers Insight View with Top Countries - openPR [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- Future of Finance: EYs Brody on why tech history shows there can be only one winning blockchain - Fortune [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- Top 10 Blockchain Platforms to Consider in 2023 - Analytics Insight [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- Safemoon LP Drained of $9M in Smart Contract Attack - BanklessTimes [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- Chainlink (LINK) Price Prediction 2025-2030: Can LINK reach $10 in 2025? - AMBCrypto News [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- The Flare Time Series Oracle (FTSO) Ready to Serve Smart ... - Blockchain Reporter [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- How IOTA Smart Contracts Could Skyrocket the Value of MIOTA? - CryptoTicker.io - Bitcoin Price, Ethereum Price & Crypto News [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- Smart Contracts Deployed on Ethereum Have Plummeted 66 ... - BanklessTimes [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- How ChatGPT is Revolutionizing Smart Contract and Blockchain - Techopedia [Last Updated On: April 2nd, 2023] [Originally Added On: April 2nd, 2023]
- Oriental Overseas Insurance Company: Committed to Building a ... - Digital Journal [Last Updated On: April 4th, 2023] [Originally Added On: April 4th, 2023]
- Trouble for the new crypto of Arbitrum - The Cryptonomist [Last Updated On: April 4th, 2023] [Originally Added On: April 4th, 2023]
- Tokentus investment AG invests USD 300,000 in Hydra Ventures, one of the first Investment DAO Fund-of-Funds in the Web3 Space - Marketscreener.com [Last Updated On: April 4th, 2023] [Originally Added On: April 4th, 2023]
- Introducing DogeFarm: The Pioneering Decentralized Real Yield ... - GlobeNewswire [Last Updated On: April 4th, 2023] [Originally Added On: April 4th, 2023]
- California Governor Gavin Newsom Is Giving the Crypto Industry ... - Jacobin magazine [Last Updated On: April 4th, 2023] [Originally Added On: April 4th, 2023]
- If History Repeats, Cardano (ADA) Price Will Reach ATH Very Soon ... - Coinpedia Fintech News [Last Updated On: April 4th, 2023] [Originally Added On: April 4th, 2023]
- Crypto 4 A Cause Set to Deploy its Blockchain Within the Year After Successful Sandbox Georli Testnet Trial - EIN News [Last Updated On: April 4th, 2023] [Originally Added On: April 4th, 2023]
- dcSpark CTO: 'Cardano Will Be a Top EVM Chain Next Month' - CryptoGlobe [Last Updated On: April 4th, 2023] [Originally Added On: April 4th, 2023]
- Utah DAOs and Donts: New Law Provides Limited Liability for ... - JD Supra [Last Updated On: April 4th, 2023] [Originally Added On: April 4th, 2023]
- Steps to A Blockchain Industry Consulting Career: Maximizing ... - Cryptopolitan [Last Updated On: April 4th, 2023] [Originally Added On: April 4th, 2023]
- Justice Dept. Seizes Over $112M in Funds Linked to Cryptocurrency ... - Department of Justice [Last Updated On: April 4th, 2023] [Originally Added On: April 4th, 2023]
- Stacks [STX] gains newfound attention from investors, but will its uptrend last - AMBCrypto News [Last Updated On: April 4th, 2023] [Originally Added On: April 4th, 2023]
- Cryptocurrencies To Watch: Week of April 3 - Investopedia [Last Updated On: April 4th, 2023] [Originally Added On: April 4th, 2023]
- The Role of Enterprise Ethereum: Applications, Benefits, and Challenges - Finance Magnates [Last Updated On: April 4th, 2023] [Originally Added On: April 4th, 2023]
- Astar Network To Launch Smart Contracts 2.0 on the Mainnet on April 6th - The Defiant - DeFi News [Last Updated On: April 4th, 2023] [Originally Added On: April 4th, 2023]
- Is 2023 The Year For Shiba Inu (SHIB) And RenQ Finance (RENQ)? - Benzinga [Last Updated On: April 24th, 2023] [Originally Added On: April 24th, 2023]
- Coinbases Base network gets OpenZeppelin security integration - Cointelegraph [Last Updated On: April 24th, 2023] [Originally Added On: April 24th, 2023]
- What is the Best Cardano DEX, and Why is it WingRiders? - DataDrivenInvestor [Last Updated On: April 24th, 2023] [Originally Added On: April 24th, 2023]
- Attention Crypto Scammers: AI is on the Hunt - BeInCrypto [Last Updated On: April 24th, 2023] [Originally Added On: April 24th, 2023]
- VeChain explores Billion-$-KI industry with OpenAI - Crypto News Flash [Last Updated On: April 24th, 2023] [Originally Added On: April 24th, 2023]
- Automotive Blockchain Market is expected to represent Significant ... - Digital Journal [Last Updated On: April 24th, 2023] [Originally Added On: April 24th, 2023]
- Uncomfortable with the security of web3 transactions? Fire might be ... - Refresh Miami [Last Updated On: April 24th, 2023] [Originally Added On: April 24th, 2023]
- Blockchain As A Service Market is expected to Exhibit a Massive ... - Digital Journal [Last Updated On: April 24th, 2023] [Originally Added On: April 24th, 2023]
- Pi Network Reveals Tech and Product Updates for Pioneers - BSC NEWS [Last Updated On: April 24th, 2023] [Originally Added On: April 24th, 2023]
- Unleashing the Potential: Tools and Apps on the Ethereum Blockchain - Captain Altcoin [Last Updated On: April 24th, 2023] [Originally Added On: April 24th, 2023]
- XRP Ledger Makes Progress Towards Supporting Native Smart ... - The Crypto Basic [Last Updated On: April 24th, 2023] [Originally Added On: April 24th, 2023]
- Cardano (ADA) launches the future of smart contracts with Aiken in ... - Crypto News Flash [Last Updated On: April 24th, 2023] [Originally Added On: April 24th, 2023]