Skip to content

alankritjoshi/coinwallet

Repository files navigation

Coinwallet

A monolithic server that helps synchronize Blockchain transactions for chosen addresses using blockchain.com's Data API.

Tech Stack

  • Pocketbase - web server with CRUD defaults and an intuitive UI for Admin panel to define collections, Auth, etc.
  • Go - The accompanying code /sync API is written in Go, which plugs into the routing mechanisms provided by Pocketbase
  • Docker - Docker image is used for isolating dependencies and execution run time

Getting Started

  • Install Docker and make start
  • Alternatively, if dependencies are already installed, use make local

Common Usecases

  • Go to Admin panel
  • Use curl for Syncing a known address_id
    • http://0.0.0.0:8090/api/collections/addresses/records/z2s6gwle0laatxv/sync

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published