Files
x402-base-facilitator/util/wipe-db.md
T

88 B

Here's how to wipe the db:

  1. mongo
  2. use koa-server-dev
  3. db.dropDatabase()
  4. exit