repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
Mirrored from https://github.com/ProjectOpenSea/opensea-skill
stars
latest
clone command
git clone gitlawb://did:key:z6MkqRzA...RfoM/ProjectOpenSea-...git clone gitlawb://did:key:z6MkqRzA.../ProjectOpenSea-...fef93001Release v2.14.09h ago| #1 | # OpenSea Skills — Environment Variables |
| #2 | # Copy to .env and fill in the values you need. |
| #3 | |
| #4 | # ============================================================================= |
| #5 | # Required for all operations |
| #6 | # ============================================================================= |
| #7 | # OPENSEA_API_KEY=your-api-key # Get yours at https://opensea.io/settings/developer |
| #8 | |
| #9 | # ============================================================================= |
| #10 | # Wallet signing — pick ONE provider for write operations (swaps, trades) |
| #11 | # Read-only queries (collections, stats, listings) don't need a wallet. |
| #12 | # ============================================================================= |
| #13 | |
| #14 | # --- Option A: Privy (default, recommended) --- |
| #15 | # PRIVY_APP_ID= # https://dashboard.privy.io |
| #16 | # PRIVY_APP_SECRET= |
| #17 | # PRIVY_WALLET_ID= |
| #18 | |
| #19 | # --- Option B: Turnkey (HSM-backed) --- |
| #20 | # TURNKEY_API_PUBLIC_KEY= # https://app.turnkey.com |
| #21 | # TURNKEY_API_PRIVATE_KEY= # hex-encoded P-256 private key |
| #22 | # TURNKEY_ORGANIZATION_ID= |
| #23 | # TURNKEY_WALLET_ADDRESS= |
| #24 | # TURNKEY_RPC_URL= # required — RPC endpoint for gas estimation and tx broadcast |
| #25 | # TURNKEY_PRIVATE_KEY_ID= # optional — specific signing key |
| #26 | # TURNKEY_API_BASE_URL= # optional — override Turnkey API URL |
| #27 | |
| #28 | # --- Option C: Fireblocks (enterprise MPC) --- |
| #29 | # FIREBLOCKS_API_KEY= # https://www.fireblocks.com |
| #30 | # FIREBLOCKS_API_SECRET= # RSA PEM key from Fireblocks console |
| #31 | # FIREBLOCKS_VAULT_ID= |
| #32 | # FIREBLOCKS_ASSET_ID= # optional — override auto-detected asset ID |
| #33 | # FIREBLOCKS_MAX_POLL_ATTEMPTS= # optional — default 60 (120s), increase for multi-party approval |
| #34 | |
| #35 | # --- Option D: Bankr (agent wallets) --- |
| #36 | # BANKR_API_KEY= # https://bankr.bot |
| #37 | |
| #38 | # --- Option E: Raw Private Key (local dev only, NOT recommended) --- |
| #39 | # PRIVATE_KEY= # hex-encoded — no spending limits or guardrails |
| #40 | # RPC_URL= # must be local dev node (Hardhat/Anvil/Ganache) |
| #41 | # WALLET_ADDRESS= |
| #42 | |
| #43 | # ============================================================================= |
| #44 | # Optional overrides |
| #45 | # ============================================================================= |
| #46 | # OPENSEA_BASE_URL= # override API base URL (default: https://api.opensea.io) |
| #47 |