We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33602fa commit b99b605Copy full SHA for b99b605
examples/authorize_and_store_papi.js
@@ -1,11 +1,5 @@
1
// npm install polkadot-api @polkadot-api/signer @polkadot/keyring @polkadot/util-crypto multiformats ipfs-http-client
2
// npx papi add -w ws://localhost:10000 bulletin
3
-// ipfs daemon &
4
-// ipfs swarm connect /ip4/127.0.0.1/tcp/10001/ws/p2p/12D3KooWQCkBm1BYtkHpocxCwMgR8yjitEeHGx8spzcDLGt2gkBm
5
-// ipfs swarm connect /ip4/127.0.0.1/tcp/12347/ws/p2p/12D3KooWRkZhiRhsqmrQ28rt73K7V3aCBpqKugpsqfpggl4nzazpieyemw6xme
6
-// ipfs swarm peers - should be there
7
-// ipfs bitswap stat
8
-// ipfs block get /ipfs/bafk2bzacebcnty2x5l3jr2sk5rvn7engdfkugpsqfpggl4nzazpieyemw6xme
9
10
import { createClient } from 'polkadot-api';
11
import { Binary } from '@polkadot-api/substrate-bindings';
0 commit comments