-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
title: gOuroboros | ||
logo: https://blinklabs.io/media/gOuroboros-illustration.png | ||
description: A tutorial that shows you how to use the gOuroboros to communicate with a Cardano Node. | ||
repository: https://github.com/blinklabs-io/gouroboros-starter-kit.git | ||
features: | ||
- nodes | ||
settings: | ||
template: golang | ||
size: small | ||
author: | ||
name: Blink Labs | ||
website: https://blinklabs.io | ||
logo: https://blinklabs.io/media/blink-logo.png | ||
social: | ||
twitter: blinklabs_io | ||
discord: 5fPRZnX4qW |
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 @@ | ||
# gOuroboros starter kit | ||
|
||
This starter kit shows how to utilize the gOurobros (Go Ouroboros) library for | ||
communicating with a Cardano Node and the Cardano blockchain. |