mirror of
https://github.com/dap-ps/discover.git
synced 2025-02-12 09:17:32 +00:00
2 lines
135 B
JavaScript
2 lines
135 B
JavaScript
|
const Web3 = require('web3');
|
||
|
module.exports = new Web3(new Web3.providers.WebsocketProvider(process.env.BLOCKCHAIN_CONNECTION_POINT));
|