Due to #5 I thought the URL may be outdated. Googling showed that to use Fuel, we have to use eos.greymass.com.
But when plugging in eos.greymass.com instead of jungle.greymass.com, I get the following error:
(node:27848) UnhandledPromiseRejectionWarning: Error: transaction declares authority '{"actor":"greymasstest","permission":"voting"}', but does not have signatures for it.
at new RpcError (/mnt/c/Users/david/proj/***/node_modules/eosjs/dist/eosjs-rpcerror.js:26:28)
at JsonRpc.<anonymous> (/mnt/c/Users/david/proj/***/node_modules/eosjs/dist/eosjs-jsonrpc.js:118:35)
at step (/mnt/c/Users/david/proj/***/node_modules/eosjs/dist/eosjs-jsonrpc.js:36:23)
at Object.next (/mnt/c/Users/david/proj/***/node_modules/eosjs/dist/eosjs-jsonrpc.js:17:53)
at fulfilled (/mnt/c/Users/david/proj/***/node_modules/eosjs/dist/eosjs-jsonrpc.js:8:58)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(Use `node --trace-warnings ...` to show where the warning was created)
This is with the v20 server-side example.
Due to #5 I thought the URL may be outdated. Googling showed that to use Fuel, we have to use
eos.greymass.com
.But when plugging in
eos.greymass.com
instead ofjungle.greymass.com
, I get the following error: