Skip to content

Commit

Permalink
docs: Update Onramp Kit removal (#568)
Browse files Browse the repository at this point in the history
* Remove Onramp Kit section in SDK overview

* Update Stripe server link
  • Loading branch information
germartinez committed Sep 16, 2024
1 parent fe92531 commit dab1e8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion pages/sdk/onramp/stripe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ It will return a unique `client_secret` that you can use to initialize the Strip

To ensure you don't leak your private key, you should make the request from your backend.
The backend can then send the `client_secret` to your front end.
You can use the [example Stripe server](https://github.com/safe-global/safe-core-sdk/tree/main/packages/onramp-kit/example/server) as a starting point for your backend.
You can use the [Stripe server example](https://github.com/5afe/stripe-server-example) as a starting point for your backend.

Here is how you generate a crypto onramp session using your private key:

Expand Down
16 changes: 0 additions & 16 deletions pages/sdk/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,6 @@ The [Relay Kit](./relay-kit.mdx) enables ERC-4337 with Safe and allows users to
/>
</Grid>

## Onramp Kit

The [Onramp Kit](./onramp-kit.mdx) helps users buy cryptocurrencies with fiat money to fund a Safe account via a credit card or other payment method.

- Seamless fiat on-ramping
- Pay using a credit card

<Grid container mt={3}>
<CustomCard
title={'Onramp Kit'}
description={'Learn about the Onramp Kit and the packs integrating Monerium and Stripe.'}
url={'./onramp-kit'}
newTab={false}
/>
</Grid>

## Resources
- [Safe\{Core\} Account Abstraction SDK on GitHub](https://github.com/safe-global/safe-core-sdk)
- [Safe\{Core\} Account Abstraction SDK demo application](https://github.com/5afe/account-abstraction-demo-ui)

0 comments on commit dab1e8a

Please sign in to comment.