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
{{ message }}
This repository was archived by the owner on Feb 17, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+24-5Lines changed: 24 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,22 +18,41 @@ pip3 install alchemy_sdk_py
18
18
## Quickstart
19
19
20
20
### Get an API Key
21
-
After [installing](#installation), you'll need to sign up for an API key and set it as an `ALCHEMY_API_KEY` environment variable.
21
+
After [installing](#installation), you'll need to sign up for an API key and set it as an `ALCHEMY_API_KEY` environment variable. You can place them in a `.env` file if you like *just please don't push the `.env` file to GitHub*.
22
+
23
+
`.env`
24
+
```bash
25
+
ALCHEMY_API_KEY="asdfasfsfasf
26
+
```
22
27
23
28
If you're unfamiliar with environment variables, you can use the API to set the key directly using the SDK - please don't do this in production code.
0 commit comments