add advert parser and verifier

This commit is contained in:
liamcottle 2025-03-03 09:46:03 +13:00
parent f48d55f681
commit b0e9a3d634
3 changed files with 77 additions and 2 deletions

View file

@ -8,5 +8,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Liam Cottle <liam@liamcottle.com>",
"license": "MIT"
"license": "MIT",
"dependencies": {
"@noble/curves": "^1.8.1"
}
}