Files
x402-base-facilitator/index.js
T

5 lines
87 B
JavaScript
Raw Normal View History

2022-09-08 08:58:39 -07:00
import Server from './bin/server.js'
const server = new Server()
server.startServer()