REST-based emulator client.
const client = new RestEmulatorProvider('http://localhost:7073');const info = await client.getInfo();console.log('Emulator pubkey:', info.signerPubkey); Copy
const client = new RestEmulatorProvider('http://localhost:7073');const info = await client.getInfo();console.log('Emulator pubkey:', info.signerPubkey);
REST-based emulator client.
Example