@@ -40,12 +40,6 @@ Install `goldrush-kit` using `npm`:
npm install @covalenthq/goldrush-kit
```
-or `yarn`:
-
-```bash
-yarn add @covalenthq/goldrush-kit
-```
-
## Implementation
1. Import `GoldRushProvider`
@@ -55,7 +49,8 @@ import { GoldRushProvider } from "@covalenthq/goldrush-kit";
```
2. Wrap `GoldRushProvider` around the application.
-3. Configure the provider and add it to the `apikey` props with your GoldRush API key. You can register for a free key on [GoldRush's website](https://goldrush.dev/platform/auth/register/).
+3. Configure the provider and add it to the `apikey` props with your GoldRush API key. You can register for a free key on [GoldRush's website](https://goldrush.dev/platform/apikey).
+
> **Note:** You should always keep your API key private, never put it directly into your code, especially front end code. Instead, use an environment variable to inject the key into your code.
```tsx
@@ -220,4 +215,4 @@ Give a ⭐️ if this project helped you!
## License
-This project is Apache 2.0 licensed.
+This project is [Apache-2.0](./LICENSE) licensed.
diff --git a/src/components/Atoms/Address/Address.tsx b/src/components/Atoms/Address/Address.tsx
index 1fccd89c..ef4e57dd 100644
--- a/src/components/Atoms/Address/Address.tsx
+++ b/src/components/Atoms/Address/Address.tsx
@@ -32,38 +32,40 @@ export const Address: React.FC = ({
};
return (
-