Skip to content

Commit

Permalink
docs: mi/3169/remove-rafiki-admin-references (#3204)
Browse files Browse the repository at this point in the history
  • Loading branch information
hajjimo authored Jan 8, 2025
1 parent f57695b commit ebfb48f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Assets
import { Badge } from '@astrojs/starlight/components'
import { Mermaid, CodeBlock, LinkOut } from '@interledger/docs-design-system'

Assets in Rafiki can be added through the Backend Admin API or the Rafiki Admin application.
An asset represents an item of value that can be transferred via the Interledger Protocol. Assets in Rafiki can be added through the Backend Admin API or the [Rafiki Admin](/admin/admin-user-guide/#assets) application.

## Add an asset using the `CreateAsset` GraphQL mutation

Expand Down Expand Up @@ -70,7 +70,3 @@ To add US dollars, for example, as an asset type to your Rafiki instance, call t
```

</CodeBlock>

## Add an asset using Rafiki Admin

Assets can be added through the [Rafiki Admin](/admin/admin-user-guide/#assets) application. Navigate to the main Assets page and then configure the asset code and scale.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Sending fees
import { Badge } from '@astrojs/starlight/components'
import { Mermaid, CodeBlock, LinkOut } from '@interledger/docs-design-system'

You have the option to charge sending fees, on top of any estimated network fees, for facilitating transfers. Each asset you support can have a different fee structure and you can specify both fixed and variable fees per asset. The fee amount is added on top of the quote that is generated after the ILP rate probe completes.
You have the option to charge sending fees, on top of any estimated network fees, for facilitating transfers. Each asset you support can have a different fee structure and you can specify both fixed and variable fees per asset. The fee amount is added on top of the quote that is generated after the ILP rate probe completes. Sending fees in Rafiki can be defined through the Backend Admin API or the [Rafiki Admin](/admin/admin-user-guide/#edit-asset) application.

## Set fees using the `setFee` GraphQL mutation

Expand Down Expand Up @@ -86,7 +86,3 @@ Let's assume your asset scale is 2. You'll charge a fixed fee of 100 (\$1.00) an
```

</CodeBlock>

## Set fees using Rafiki Admin

After an asset is created, select to edit the asset within the [Rafiki Admin](/admin/admin-user-guide#edit-asset) application, then add a fixed fee and/or basis point for the asset.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ There are a few ways in which you can create wallet addresses.

- [Through a script](#create-wallet-addresses-through-a-script)
- [In response to the `wallet_address.not_found` webhook event](#create-wallet-addresses-in-response-to-a-webhook-event)
- [In the Rafiki Admin app](#create-and-manage-wallet-addresses-using-rafiki-admin)
- [In the Rafiki Admin app](/admin/admin-user-guide#create-wallet-address)

### Create wallet addresses through a script

Expand Down Expand Up @@ -129,10 +129,6 @@ When you receive the event, look up the associated account in your system, then

The mutation and example JSON request/response is the same as what's given [above](#create-wallet-addresses-through-a-script).

### Create and manage wallet addresses using Rafiki Admin

You can create and manage wallet addresses manually through the [Rafiki Admin](/admin/admin-user-guide#create-wallet-address) app.

## Create a wallet address key pair

Creating a public-private key pair for each wallet address is not required when integrating with Rafiki.
Expand Down

0 comments on commit ebfb48f

Please sign in to comment.