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.012h ago| #2 | set -euo pipefail |
| #3 |
| #4 | if [ "$#" -ne 3 ]; then |
| #5 | echo "Usage: opensea-nft.sh <chain> <contract_address> <token_id>" >&2 |
| #6 | exit 1 |
| #7 | fi |
| #8 |
| #9 | chain="$1" |
| #10 | contract="$2" |
| #11 | token_id="$3" |
| #12 |
| #13 | "$(dirname "$0")/../opensea-get.sh" "/api/v2/chain/${chain}/contract/${contract}/nfts/${token_id}" |
| #14 |