Skip to content

Commit c4503bc

Browse files
authored
feat: starter kit for using adder as a Go library (#59)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent fd43967 commit c4503bc

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

kits/adder-library/metadata.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
title: Adder library
2+
logo: https://blinklabs.io/media/adder-illustration.png
3+
description: A tutorial that shows you how to use Adder as a Go library to index data from a Cardano Node.
4+
repository: https://github.com/blinklabs-io/adder-library-starter-kit.git
5+
features:
6+
- nodes
7+
settings:
8+
template: golang
9+
size: small
10+
author:
11+
name: Blink Labs
12+
website: https://blinklabs.io
13+
logo: https://blinklabs.io/media/blink-logo.png
14+
social:
15+
twitter: blinklabs_io
16+
discord: 5fPRZnX4qW

kits/adder-library/readme.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Adder library starter kit
2+
3+
This starter kit shows how to utilize Adder as a Go library for
4+
communicating with a Cardano Node and indexing Cardano blockchain data.

0 commit comments

Comments
 (0)