feat: a pretty decent, tested, working SDK + CLI
[crowdnode.js/.git] / bin / crowdnode-list-apis.sh
1 #!/bin/bash
2 set -e
3 set -u
4
5 curl 'https://knowledge.crowdnode.io/en/articles/5963880-blockchain-api-guide' |
6     sd '>' '\n' |
7     sd '<' '\n' |
8     grep '\<https://app\.crowdnode\.io' |
9     grep -v 'href=' |
10     sd -s '[YOUR_ADDRESS]' '${pub}' |
11     sd -s '[ADDRESS]' '${pub}'