mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-consumer.git
synced 2026-09-23 01:32:02 -07:00
5 lines
87 B
JavaScript
5 lines
87 B
JavaScript
import Server from './bin/server.js'
|
|
const server = new Server()
|
|
|
|
server.startServer()
|