Archive for the ‘Smart Contracts’ Category

sCrypt Hackathon 2024: Making Ordinals easier with smart contracts – CoinGeek

If youve followed the space over the past year, youve probably heard the word Ordinals a lot. But what are Ordinals, and how can you interact with them using sCrypt?

In this session of the recentsCrypt Hackathon 2024 kickoff event, 1Sat Ordinals developer David Caseexplains how inscribing single satoshi units with NFT data has captured everyones attention.

ThesCrypt Hackathonis an online competition for developers running from March 25 to April 25, 2024. Its designed to help findBitcoins true killer appand to show how sCrypt makes it easy for new developers to enter the blockchain world and turn their ideas into reality.

The full morning session of Day 1 is available at thislink, and you can catch the entire two-day series of sCrypt Hackathon 2024 presentations on theCoinGeek YouTube channel. The presentations present the blockchains basic features and then go into more technical detail about howsCrypts TypeScript-based environmentmakes it easier for developers to turn their visions into working products.

Ordinals and 1Sat Ordinals: same thing but different

Case warns his presentation will be a fairly technical talk with no fancy graphics. That said, theconcept of Ordinalsthemselves is pretty simple. Its a globally unique identifier, like a serial number, for a single satoshi. There are rules for tracking that unique satoshi across many transactions. However, keeping track of all these unique units and their history can become computationally expensive.

Ordinals were developed initially for the BTC blockchain. However, that networks limited capacity and high fees make turning single satoshiunits into NFTsmore cumbersome (and expensive) than it needs to be. 1Sat Ordinals is the implementation designed for the BSV blockchain, which leverages that networks advantages in speed, capacity, and cost. On the BSV blockchain, Ordinals are much lighter-weight to index.

Ordinals and1Sat Ordinalsare conceptually the same, and the end user wouldnt notice any difference. Case explains how things work differently on the back end in this presentation.

Satoshis(also called sats) are Bitcoins smallest unit. There are 21 million Bitcoins, and every Bitcoin is divisible into 100,000,000 Satoshis. While there are still a few million Bitcoins yet to be mined, the total number of Satoshi units available will be 2,100,000,000,000,000or 2.1 quadrillion.

Like carving a picture into the wall of a cave

Marking a Satoshi as an Ordinal is known as inscribing, and these inscriptions are files that live on the blockchain, Case says. Tracking this inscription across thousands of transactions is more complex than simply mapping identifiers to inputs and outputs. 1Sat Ordinals assigns an origin to each token when its created, and this is referenced every time its unique satoshi changes hands.

The extra data that turns a satoshi into a unique token is contained in an inscription envelope that the 1Sat Ordinals protocol will execute if it sees one present. This can include sCrypt contract data that handles ownership and transfer details more efficiently. Case presents some examples of code to perform different token-handling processes, which he describes as working similarly to the worldwide web searching for unique files.

He also details ways in which a Generative NFT Contract can create and deploy a collector token series for a website automatically, randomly combining different attribute layers from a master resource in a way that never produces the same image twice. Additionally, theres the Lock-to-Mint process that can deploy an entire set of tokens in the same transaction where those tokens are owned by an sCrypt contract. The contract remembers how many tokens it contains and their lock/unlock statuswhich can even be set before a unique token exists (buyers can lockBitcoin payments for a specific time in advance, receiving the NFTs later).

If this sounds interesting, check out thesCrypt Hackathon presentationsfor developers or take a look at sCrypts other work. Anyone can register to participate in the Hackathon before March 25, 2024, at its website here.sCrypts websiteis open any time after that for people to find out more.

Watch: sCrypt applications are proving how powerful Bitcoin is

New to blockchain? Check out CoinGeeks Blockchain for Beginners section, the ultimate resource guide to learn more about blockchain technology.

Read more:

sCrypt Hackathon 2024: Making Ordinals easier with smart contracts - CoinGeek

NEAR launches tool for signing transactions on Bitcoin, Ethereum and more – Blockworks

Swiss non-profit organization NEAR Foundation has launched Chain Signatures, enabling users to sign transactions on supported blockchains from a single NEAR account.

Chain Signatures enables accounts and smart contracts on NEAR to sign transactions for different chains. At launch, this will include Bitcoin, Ethereum and Cosmos network chains, as well as DogeCoin and XRP Ledger. It will soon support Solana, TON Network and Polkadot, according to the team.

By enabling Chain signatures, DeFi protocols can utilize assets from other chains without requiring a cross-chain bridge. This is possible because Chain Signatures are designed to be account-based rather than bridge-based.

Read more: NEAR Foundation applies for .near top-level domain

According to Kendall Cole, director of research and development company Proximity Labs which supports projects on NEAR and Aurora Chain Signatures can potentially unlock new use cases for DeFi protocols.

Users can use XRP as collateral to borrow USDC, or trade DOGE for SOL. This is particularly innovative for non-smart-contract chains like Bitcoin, DogeCoin and Ripple because none of the major bridges support these chains today, Cole said.

NEAR protocol documents show that Chain Signatures link NEAR account addresses to other blockchains using an Additive Key Derivation. This mechanism enables the single master key to be derived into multiple subkeys.

When a user wants to transact between different blockchains, a deployed multichain smart contract will make a signature request for the transaction on the target blockchain network, and a Multi-Party Computation (MPC) service will sign the transaction.

Read more: MPC wallets have a trade-off. Is it worth it?

Once the signature is obtained, the smart contract will return it to the user, allowing the user to send the signed transaction to execute it on the target blockchain.

Smart contracts on NEAR will be able to custody assets on any chain (since they can sign transactions on any chain via chain signatures), and maintain user balances similar to how single chain lending protocols or DEXs do now, Cole explained.

The Chain Signatures MPC network will be launched in partnership with EigenLayer, which will secure the network using its restaked ETH. At launch, there will be ten node providers, including a handful of Actively Validated Services (AVS) infrastructure providers.

Post-launch, EigenLayer will be used to provide economic security to the network and transition the MPC network to a permissionless version. To participate in the MPC network, prospective node operators will need to re-stake their ETH and will be penalized if they maliciously authorize any transactions that did not originate from a NEAR account, Cole explained.

Dont miss the next big story join ourfree daily newsletter.

See more here:

NEAR launches tool for signing transactions on Bitcoin, Ethereum and more - Blockworks

sCrypt Hackathon 2024: Project Babbage on why users should be at the center of digital economy – CoinGeek

Bitcoindoes not use centralized accounts to keep track of information, and this is important. Instead, developers can build layered services that put users back at the center of everything, allowing them to choose who can access that information and when. This also needs to work across different applications. In his recent presentation at thesCrypt Hackathon 2024event in San Francisco, Project Babbage founderTy Everettsays theres a need to look at the first principles of contracts and trade.

The full afternoon session of Day One is available at thislink, and you can catch the entire two-day series of sCrypt Hackathon 2024 presentations on theCoinGeek YouTube channel. The presentations showcase blockchains basic features before going into more technical detail about how sCrypts TypeScript-based environment makes it easier for developers to turn their visions into working products.

Why digital smart contracts are so powerful

Were going to zoom all the way out and talk about why were here, Everett said.

He begins by explaining why digitizing contractsoften called smart contracts for convenienceis so useful. The much older concepts of people making an agreement they understand with others they can identify are still very relevant. Computers simply add value to the process.

Digitized,blockchain-recorded contractsare useful for keeping records of everything and automating certain steps (e.g.,payments). Bitcoin in 2009 made it possible to transfer a digital record from one owner to another, but without the sender retaining an exact copythis was much more of a breakthrough than it would appear to those who havent considered the problem before.

Identity is fragmented on theInternet, and communication is often private. There should be a way to own a unified ID across platforms, allowing other people and apps to tap into that information when needed. Theprivate keyyou use to sign digital records should link to that identity and others should be able toeasily verify it.

Bitcoin was the missing piece that made these ancient economic concepts possible in the digital world, Everett said, adding that it does so without the need for trusted/centralized third parties.

Its going to bring down the cost of doing business digitally, its going to give people the power to exchange, and its going to put people at the center of those equations. Its going to move across platforms without needing to update their accounts on many different systems because Bitcoin isnt an account-based system. The users themselves transact and track their own information. Every app that uses Bitcoin is going to plug into the user at the center.

What is Project Babbage and sCrypts role in all this?

Put simply,Project Babbagestask is to make these processes easier and user-friendly for everyone. Like sCrypt, its job is to provide the key tools and foundational pieces the underlying layer that other apps can tap into in a way thats accessible to developers. Everetts presentation also features a Q&A and technical demonstrations of Project Babbagesapps/services.

The layered approach to technology is important, Everett added, since tech companies and the platforms they build tend to come and go. Users need to have protocols that still work even if a particular service is superseded or goes out of business and maintain access to their data.

He describes thecurrent Internet and digital economy as a dystopia of sticky apps and deliberately addictive platforms. Everett added that we may only have about three to five years to find ways to make it work properly.

How does Project Babbage work with sCrypt? If sCrypt is the smart contracting platform, then Project Babbage is the pens and paper. It puts the user back in control at the center of things by defining a standardized wallet containing identity, keys, and assets and creating the interface and mechanisms for external apps to access it all.

And sCrypt is the best way for creating smart contracts, by far, he said.

If youre a developer and all this sounds interesting, check out the other Hackathon presentations or take a look atsCrypts body of work. If you miss out on participating in the 2024 Hackathon, sCryptswebsiteis open any time as a resource for people to find out more.

Watch: Bringing applications to the new world of blockchain

New to blockchain? Check out CoinGeeks Blockchain for Beginners section, the ultimate resource guide to learn more about blockchain technology.

View original post here:

sCrypt Hackathon 2024: Project Babbage on why users should be at the center of digital economy - CoinGeek

Cardano Gains Momentum: Innovative Developments Promise Continued Expansion and Evolution – West Island Blog

In the dynamic world of blockchain technology, Cardano (ADA) has maintained its innovative edge. Gaining recognition as a forward-thinking pioneer, this proof-of-stake blockchain platform is now teetering on the precipice of significant expansion, all thanks to extensive technological development steered by Input Output Hong Kong (IOHK), the frontrunner engineering firm managing the Cardano blockchain.

A recent statement from IOHK gives us a tantalizing glimpse into fresh enhancements across many key facets of the platforman underpinning promise of continued expansion and evolution for Cardano.

Lets look first at the essential realm of smart contract optimization. Sources reveal that substantial progress has been made within the ledger team, especially concerning the test frameworks and data quality in the Newconstraints phase3. This was accomplished by the introduction of constraints and size-related types including Size, SizeSpec, and Sized.

Moreover, IOHK has reported advancements in wallets and services. The much-anticipated release of Lace v.1.9 from the Lace team is now brewing excitement among Cardano enthusiasts, promising new features and enhancements.

In the intricate sphere of smart contracts, the astute minds of the Plutus team have unraveled a guide in the documentation. This new guide aims to demystify the method of utilizing the AsData functionality to streamline scripts. This isnt all. The team has brought to life a UPLC optimization pass to shrink the number of forces and delays in the scripta significant stride indeed.

The Mithril team has also been extraordinarily instrumental, rolling out a major update, namely, the Mithril distribution 2412.0. This update encompasses critical enhancements and upgrades. Some noteworthy points include the support for the Prometheus metrics endpoint in signer, deprecation of the snapshot command in the client CLI, and compatibility with the Cardano node v.8.9.0.

Updates extend to token trading volume where ADA has been drawing attention. Data from DeFiLlama shows Cardanos total value locked (TVL) at a staggering $422 million, boasting a market capitalization of $23.3 million in terms of stablecoin.

Break down of data from the Token Terminal reveals key market signals for Cardano, including a fully diluted market cap of $29.20 billion, reflecting a commendable 4.9% increase over the past month. Simultaneously, active circulating market cap stands robustly at $22.88 billion, borne on a 5.2% growth rate.

Now lets consider the long-term outlook for ADAit remains bullish as ever. Depicting the pulse of the crypto market, Trend Rider, a seasoned crypto analyst, recently shared an assessment of ADAs current price action.

As per the given analysis, after achieving a yearly high of $0.811 on March 14, ADAs price dipped and is now oscillating between the parabolic red line of resistance and the rider band of support. While some see this as a sign of ADA taking a breather before its next major rally, others perceive it as a slowdown in the upward momentum, which could lead to a period of consolidation or sideways trading.

Nonetheless, ADA appears resilient, with the current prediction indicating sustained long-term bullish momentum, potentially laying the groundwork for a bright panorama ahead for ADA. The token trades at $0.652, displaying sideways price action. Regardless, ADA has proven its mettle, pulling through previous losses over the last week and posting a 5.4% gainan undeniably promising sight for its community.

See the article here:

Cardano Gains Momentum: Innovative Developments Promise Continued Expansion and Evolution - West Island Blog

Stellar will invest $100M in Soroban smart contract apps in bid to beat Ethereum – VentureBeat

Are you looking to showcase your brand in front of the gaming industrys top leaders? Learn more about GamesBeat Summit sponsorship opportunities here.

Stellar is a blockchain that is trying to beat Ethereum. And so the Stellar Development Foundation will invest $100 million to get developers to make apps for its platform.

The foundation is launching the Soroban Smart Contracts Platform, which gives Stellar a better footing to compete with Ethereum. In the past, it handled just payments in cryptocurrency. But now it has a smart contracts platform that developers including game makers can use to create blockchain apps such as non-fungible tokens (NFTs), games and decentralized finance (DeFi) apps.

The $100 million fund to kickstart those apps comes as an important time, as funding for blockchain games dried up in the last few quarters.

Soroban is the Stellar Development Foundations long-awaited smart contracts platform. With Soroban now live on the networks mainnet, Stellar enters a new era, enabling developers worldwide to create, deploy, and interact with decentralized applications (dApps) on its blockchain.

GamesBeat Summit Call for Speakers

Were thrilled to open our call for speakers to our flagship event, GamesBeat Summit 2024 hosted in Los Angeles, where we will explore the theme of Resilience and Adaption.

The release of Soroban represents the most substantial upgrade to the Stellar network in its decade-long history. Stellar, known primarily for its prowess in crypto payments, expands its capabilities to support decentralized finance (DeFi) and various applications with this major development, the company said.

During Sorobans two-year testing phase, which concluded in January 2024, it garnered significant attention from developers globally. Over 190 projects spanning diverse sectors such as gaming, lending, insurance, and more participated in testing Sorobans capabilities. Stellar says that the advantages are speed and scalability.

With $100 million allocated to the Soroban Adoption Fund, the Stellar Development Foundation aims to incentivize and support projects leveraging the smart contract capabilities of the network. This investment underscores SDFs commitment to fostering innovation and growth within the Stellar ecosystem.

Tomer Weller, VP of product at The Stellar Development Foundation, said in a statement, SDF aims to deliver the tools and technology necessary to power a next-generation financial system one that is both decentralized and real-world ready. Soroban opens the doors for decentralized applications to easily plug into the existing global financial market, without compromising speed or scalability. We look forward to seeing a variety of world-changing dApps built on Stellar.

Soroban, engineered to address industry demands and democratize financial services, offers a faster, cost-effective, and secure alternative to existing smart contract platforms. By streamlining transactions and reducing computing power requirements, Soroban minimizes smart contract fees while ensuring accessibility and ease of use for developers.

The launch of Soroban signals Stellars commitment to advancing blockchain technologys real-world applications, promoting financial inclusivity, and driving global economic empowerment. Developers interested in exploring Soroban can find more information at stellar.org/soroban.

Stellar, a decentralized and sustainable network for financial products and services, connects the worlds financial infrastructure, facilitating cross-currency transactions and digital asset issuance. Over six million accounts are active on the Stellar network, which serves as a platform for financial institutions worldwide.

The Stellar Development Foundation, established in 2014, supports the growth and development of the Stellar network. As a non-profit organization, SDF maintains Stellars codebase, fosters community engagement, and advocates for equitable access to the global financial system through blockchain technology.

But it wont be easy to beat Ethereum, the king of decentralized applications for the past decade. Three of the five largest blockchain games are on Ethereum and $57 billion in locked in the network, or about 58% of the decentralized finance market share.

But Ethereum also has notorious scalability issues, both in cost and speed. Stellar has mastered scale thats why the UN uses it for crypto disbursements, and MoneyGram uses it for its global cash-to-crypto service.

VB Daily

Stay in the know! Get the latest news in your inbox daily

By subscribing, you agree to VentureBeat's Terms of Service.

Thanks for subscribing. Check out more VB newsletters here.

An error occured.

See more here:

Stellar will invest $100M in Soroban smart contract apps in bid to beat Ethereum - VentureBeat