mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
const Server = require('./bin/server.js')
|
|
const server = new Server()
|
|
|
|
server.startServer()
|