Skip to content

Commit

Permalink
Add built with slurp to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rupurt committed Jun 22, 2021
1 parent a4df928 commit 3dd6ce6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

An EVM block ingestion toolkit for Elixir

[Install](#install) | [Usage](#usage) | [Commands](./docs/COMMANDS.md) | [Configuration](./docs/CONFIGURATION.md)
[Built with Slurp](./docs/BUILT_WITH_SLURP.md) | [Install](#install) | [Usage](#usage) | [Commands](./docs/COMMANDS.md) | [Configuration](./docs/CONFIGURATION.md)

## What Can I Do? TLDR;

Expand Down
15 changes: 15 additions & 0 deletions docs/BUILT_WITH_SLURP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Built with Slurp

[Built with Slurp](./BUILT_WITH_SLURP.md) | [Install](../README.md#install) | [Usage](../README.md#usage) | [Commands](./COMMANDS.md) | [Configuration](./CONFIGURATION.md)

## [Rube](https://github.com/fremantle-industries/rube)

A multi-chain DeFi development toolkit for Elixir

[![rube-poc-overview](https://github.com/fremantle-industries/rube/blob/main/docs/rube-poc-overview-thumbnail.png)](https://youtu.be/f2phGFZrh80)

## [Slurpee](https://github.com/fremantle-industries/slurpee)

A GUI frontend to manage blockchain ingestion with slurp

[![back-office-chart](https://github.com/fremantle-industries/slurpee/raw/main/docs/recent-blocks-and-events.png)](https://github.com/fremantle-industries/slurpee)
2 changes: 1 addition & 1 deletion docs/COMMANDS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Commands

[Install](../README.md#install) | [Usage](../README.md#usage) | [Commands](./COMMANDS.md) | [Configuration](./CONFIGURATION.md)
[Built with Slurp](./BUILT_WITH_SLURP.md) | [Install](../README.md#install) | [Usage](../README.md#usage) | [Commands](./COMMANDS.md) | [Configuration](./CONFIGURATION.md)

To control your instance `slurp` provides the following set of IEx commands.

Expand Down
4 changes: 2 additions & 2 deletions docs/CONFIGURATION.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Configuration

[Install](#install) | [Usage](#usage) | [Commands](./COMMANDS.md) | [Configuration](./CONFIGURATION.md)
[Built with Slurp](./BUILT_WITH_SLURP.md) | [Install](#install) | [Usage](#usage) | [Commands](./COMMANDS.md) | [Configuration](./CONFIGURATION.md)

To quickly get started, take a look at the [example dev configuration](../config/dev.exs) for some available options.
Use the [example dev configuration](../config/dev.exs) to get started.

## Global

Expand Down

0 comments on commit 3dd6ce6

Please sign in to comment.