Skip to content

Commit

Permalink
Update readme and add graphql config for type resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr committed Jan 9, 2024
1 parent 1fc6794 commit e45b72a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This monorepo contains the Typescript-based SDKs for AbstractSDK.

## Development

1. Install the Abstract CLI:

```bash
npm i -g @abstract-money/cli
```

## Prerequisites

- Ensure you have Node.js installed.
Expand Down
2 changes: 2 additions & 0 deletions graphql.config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Allows the IDE to resolve the schema and provide autocomplete
schema: "https://api.abstract.money/graphql"
11 changes: 11 additions & 0 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Abstract CLI

The Abstract CLI is a command-line tool for working with AbstractSDK apps and modules.

## Installation

```bash
npm i -g @abstract-money/cli
```

## Usage

0 comments on commit e45b72a

Please sign in to comment.