Skip to content

Commit 04ae1e3

Browse files
committed
removed Alice API
1 parent 7f80f5c commit 04ae1e3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/authorize_and_store_papi_smoldot.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ import { bulletin } from './.papi/descriptors/dist/index.mjs';
1111

1212
async function main() {
1313
await cryptoWaitReady();
14-
15-
// Alice's address - for transaction creation
16-
console.log('Connecting to Alice node for transaction creation...');
17-
const aliceWs = new WsProvider('ws://localhost:10000');
18-
const aliceApi = await ApiPromise.create({ provider: aliceWs });
19-
await aliceApi.isReady;
2014

2115
// Bob's address - to get the chainspec
2216
console.log('Fetching chainspec from Bob node...');

0 commit comments

Comments
 (0)