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: scripts/web2/README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,13 @@
1
-
# Ignite Proxy API Key Decryption example
1
+
# Obtaining Web2Json Ignite Source API Key
2
2
3
-
This is a sample script demonstrating how to obtain your Ignite proxy API key.
3
+
API keys for the Ignite proxy are issued separately to each registered data provider.
4
+
Each key is encrypted with that provider's signing policy public key and then published as part of a global list at: https://api.ignitemarket.xyz/proxy-api-keys
5
+
6
+
The steps below show how to decrypt and obtain your own provider's API key.
4
7
5
8
## Setup
6
9
7
-
From the project root:
10
+
From the project root run:
8
11
9
12
```bash
10
13
yarn install
@@ -18,7 +21,7 @@ PRIVATE_KEY=0x...
18
21
19
22
-`PRIVATE_KEY`: your provider's signing policy private key in hex format.
0 commit comments