Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
glasgowm148 committed Mar 15, 2024
1 parent 0c92e98 commit 6383329
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/dev/protocol/eutxo/ergo_vs_cardano.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Ergo and Cardano are two prominent blockchain platforms that have successfully i

## History

Ergo, a pioneering blockchain platform, was founded by Alex Chepurnoy (known as "kushti") and Dmitry Meshakov, two respected figures in the decentralized technology space. Alex's expertise, gained from working on projects like NXT and smart-contract.com, before his 'ScoreX' project caught the attention of IOG (Input Output Global), the company behind Cardano and he was hired as Research Fellow and Team Scorex Manager.
Ergo was founded by Alex Chepurnoy (known as "kushti") and Dmitry Meshakov, two respected figures in the decentralized technology space. Alex's expertise, gained from working on projects like NXT and smart-contract.com, before his 'ScoreX' project caught the attention of IOG (Input Output Global), the company behind Cardano and he was hired as Research Fellow and Team Scorex Manager.

However, driven by a shared vision to innovate, Alex and Dmitry decided to pursue an independent path, leaving IOG to create Ergo. They aimed to combine the strengths of the extended UTXO (eUTXO) model with the robustness of Proof-of-Work (PoW).

Expand Down Expand Up @@ -41,8 +41,6 @@ Both Ergo and Cardano's models support non-fungible assets and complex types of

After compilation, both ErgoScript and Plutus contracts output a JSON representation. For Ergo, this JSON could include the ErgoTree, compile-time constants, and compiler version. Having a standardized JSON output allows transactions to interact with the compiled contracts seamlessly.

Here's an improved version of the text:

For a tangible example, please refer to this [ErgoScript contract](https://gist.github.com/mgpai22/638dcd9efdec5f74113a476175c7ee74) that has been ported to the [Winter Cardano Contracts](https://github.com/zenGate-Global/winter-cardano-contracts) framework.

In this example, the original ErgoScript contract has been adapted to work with the Cardano Contracts framework. The ported contract demonstrates how the logic and functionality of an ErgoScript contract can be translated to the Cardano ecosystem using the Winter framework. This allows developers to leverage their existing knowledge of ErgoScript and apply it to building smart contracts on Cardano.
Expand Down

0 comments on commit 6383329

Please sign in to comment.