You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
-[Setup](#setup)
21
21
-[Using another chain](#using-another-chain)
22
22
-[Using in production](#using-in-production)
23
-
-[Enabling Withdrawals](#enabling-withdrawals)
23
+
-[Enabling Withdrawals](#enabling-withdrawals)
24
24
25
25
## Introduction
26
26
@@ -38,6 +38,7 @@ Create your own Fintech app in minutes using **[Crossmint](https://crossmint.com
38
38
- Leverage more than +200 onchain tools integrating [GOAT](https://github.com/goat-sdk/goat)
39
39
40
40
**Coming soon**
41
+
41
42
- Currency conversion
42
43
- Earn interest on your USDC
43
44
- Issue a debit card linked to your wallet
@@ -52,7 +53,6 @@ Easily deploy the template to Vercel with the button below. You will need to set
52
53
53
54
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FCrossmint%2Ffintech-starter-app&env=NEXT_PUBLIC_CROSSMINT_CLIENT_API_KEY)
54
55
55
-
56
56
## Setup
57
57
58
58
1. Clone the repository and navigate to the project folder:
@@ -114,8 +114,6 @@ NEXT_PUBLIC_CHAIN_ID=solana
114
114
NEXT_PUBLIC_USDC_MINT=your_USDC_mint
115
115
```
116
116
117
-
3. If using a network that is not EVM, update the `isValidAddress` function in `lib/utils.ts` to check the address format for the chain you want to use.
118
-
119
117
## Using in production
120
118
121
119
This starter app is designed for rapid prototyping and testing in a staging environment. To move to production you'll need to:
@@ -127,8 +125,8 @@ This starter app is designed for rapid prototyping and testing in a staging envi
127
125
4. Customize your email template for login and signup in the [Crossmint console](https://www.crossmint.com/console) under the Settings tab in the Branding section.
128
126
5. For using onramp in production reach out to us on [Telegram](https://t.me/fintechstarterapp).
129
127
130
-
131
128
### Enabling Withdrawals
129
+
132
130
Withdrawals are powered by [Coinbase](https://www.coinbase.com/en-es/developer-platform) and only work in production. For enabling withdrawals you'll need to:
133
131
134
132
1.[Create a Coinbase developer account](https://www.coinbase.com/en-es/developer-platform)
0 commit comments