generated from readthedocs/tutorial-template
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4fa5ba0
commit 740bea0
Showing
11 changed files
with
83 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# Ergo Utilities | ||
# Rust Utilities | ||
|
||
[ergo-utilities-rust](https://github.com/ergoplatform/ergo-utilities-rust) houses experimental libraries for writing off-chain Ergo code in Rust. | ||
|
||
|
||
## Current Libraries | ||
|
||
### Ergo Off-Chain Utilities | ||
Utilities related to encoding/hashing/serialization values/data useful for off-chain applications. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Ergo Puppet | ||
|
||
[ergo-puppet](https://github.com/dav009/ergo-puppet) is an upgrade on the [ergo playground](https://github.com/ergoplatform/ergo-playgrounds). It lets you play and unit test Ergo contracts offchain. Puppet uses as much of AppKit as possible, meaning you should be able to test your code with Puppet with no changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Ergpy | ||
|
||
- [ergpy](https://github.com/mgpai22/ergpy) is a python-jvm wrapper for interacting with the Ergo blockchain. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
# Frameworks | ||
|
||
There are several Standard Development Kits and Frameworks available on Ergo. | ||
There are several Standard Development Kits and Frameworks available on Ergo with the main ones being: | ||
|
||
- [AppKit](appkit.md) is the primary SDK, and the entry-point for JVM developers. (Java, Scala, Kotlin, Mobile) | ||
- [Headless dApp Framework](headless.md) is a Rust framework for developing Ergo Headless dApps. The Ergo HDF provides developers with the first portable UTXO-based headless dApp development framework on any blockchain. | ||
- [RustKit](rustkit.md) is also in development, which aims to bring the Rust experience in-line with the JVM one. | ||
- [SigmaRust](sigma-rust.md) is an alternative and simple implementation of ErgoTree interpreter and transaction building tools. | ||
- [Fleet SDK](fleet.md) lets you easily create Ergo transactions with a pure JS library. | ||
|
||
Some others are | ||
|
||
- [ergpy](ergpy.md) is a python-jvm wrapper for interacting with the Ergo blockchain. | ||
- [Mosaik](mosaik.md) is a *UI system for Ergo dApps* | ||
- [JSON dApp Environment](jde.md) | ||
- [RustKit](rustkit.md) is also in development, which aims to bring the Rust experience in-line with the JVM one. | ||
- [Headless dApp Framework](headless.md) is a Rust framework for developing Ergo Headless dApps. The Ergo HDF provides developers with the first portable UTXO-based headless dApp development framework on any blockchain. | ||
- [JSON dApp Environment](jde.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters