Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Sep 30, 2022
1 parent 93f5b51 commit 855e138
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# ECDSA secp256k1 authenticated DB running on Cloudflare workers

[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button?paid=true)](https://deploy.workers.cloudflare.com/?url=https://github.com/wighawag/secp256k1-db&paid=true)


### getting keys

`wrangler kv:key list --binding=PRIVATE_STORE`


### deleting keys :

replace `"name"` with `"key"` and add `,"value": ""` from the json file generated by `getting keys:` and then execute:

`wrangler kv:bulk delete --binding=PRIVATE_STORE keys.json`

0 comments on commit 855e138

Please sign in to comment.