feat: Initial concept code
All checks were successful
Build Docker / BuildImage (push) Successful in 54s

This commit is contained in:
2025-01-30 16:22:58 +11:00
parent a51d2e89c4
commit 15bf3f0b01
15 changed files with 441 additions and 12 deletions

5
requests/buy.hurl Normal file
View File

@@ -0,0 +1,5 @@
POST http://127.0.0.1:5000/api/v1/delete
{
"domain":"woodburn43",
"tx":"somelonghexstring"
}

5
requests/cancel.hurl Normal file
View File

@@ -0,0 +1,5 @@
POST http://127.0.0.1:5000/api/v1/delete
{
"domain":"woodburn43",
"signature":"zodqz5r8ibyGeoC9yZZJPmJXMFSGhno3M0lVSdZXblI1iBIIaVYzMsSaYrWiAaXZoh2FBnFv8fAI+m/U3BhiaA=="
}

7
requests/list.hurl Normal file
View File

@@ -0,0 +1,7 @@
POST http://127.0.0.1:5000/api/v1/list
{
"domain":"woodburn43",
"price":100.2,
"description":"This is a test listing update",
"tx":"somelonghexstring"
}