Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update handcash links #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![License](https://img.shields.io/github/license/libitx/handkit?color=informational)
![Build Status](https://img.shields.io/github/workflow/status/libitx/handkit/Elixir%20CI)

Handkit is an Elixir client for the [Handcash Connect API](https://handcash.dev).
Handkit is an Elixir client for the [Handcash Connect API](https://handcash.io/developers/connect).

Handkit offers 100% coverage of the Handcash Connect APIs, so you can build
blazing fast Bitcoin apps with Elixir in hours.
Expand Down Expand Up @@ -38,13 +38,13 @@ end
```

You will need to register your application using the Handcash
[developer dashboard](https://dashboard.handcash.dev) and make a note of your
[developer dashboard](https://dashboard.handcash.io) and make a note of your
app's **app ID**.

## User authorization

Familiarize yourself with the Handcash Connect
[user authorization flow](https://docs.handcash.dev/authorization/).
[user authorization flow](https://docs.handcash.io/docs/user-authentication-overview).

Within your Elixir app, use Handkit to generate a redirection URL and present
a button in your app's UI for users to click and grant your app's permissions.
Expand Down