-
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.
feat: starter kit for using adder as a Go library (#59)
Signed-off-by: Chris Gianelloni <[email protected]>
- 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: Adder library | ||
logo: https://blinklabs.io/media/adder-illustration.png | ||
description: A tutorial that shows you how to use Adder as a Go library to index data from a Cardano Node. | ||
repository: https://github.com/blinklabs-io/adder-library-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 @@ | ||
# Adder library starter kit | ||
|
||
This starter kit shows how to utilize Adder as a Go library for | ||
communicating with a Cardano Node and indexing Cardano blockchain data. |