summaryrefslogtreecommitdiff
path: root/test.js
blob: d485c6aedbbfcbdb6eb11c1d2e4d7b95771736c2 (plain)
1
2
3
4
import { createRemote } from 'https://deno.land/x/gentle_rpc@v2.9/mod.ts';
const remote = createRemote('http://127.0.0.1:18443');
const info = await remote.call('getbestblockhash');
console.log(info);