5319359e88
patch: enable secure cookie
2022-06-02 11:51:19 +03:00
77f127e14a
feat: add admin/auth api ( #22 )
...
* feat: add admin/auth api
- jwt cookie based auth
- /auth
- admin/*
* add: meta proxy
* fix: remove ussd account status from syncer
* add: cookie defaults and nuxt init check route
* add: pin and address handlers
2022-06-02 11:24:58 +03:00
861af1761d
Sohail/latest token transactions ( #21 )
...
* add: latest-token-transactions table
* fix: remove token symbol from query
* fix: move latest tx to dashboard domain
2022-05-26 09:35:39 +03:00
7bda44c169
add: (feat) individual token stats
...
- volume chart
- token holders
- token tx count
* minor refactors
2022-05-23 15:41:24 +03:00
37538c68ff
add (feat) pagination helpers and token endpoint
...
- see docs for pagination api usage
- added control for syncer/api goroutines
2022-05-19 16:24:26 +03:00
f0690d62be
add: (feat) balances query api
...
- add address utils
- return uint64 for balances instead of float
2022-05-19 09:52:34 +03:00
7d431f1c8f
add: (wip) balances query API
2022-05-14 11:15:45 +03:00
128b15407a
server: init api server
...
- echo (https://echo.labstack.com/ ) as web framework
- carbon for auto date-range parsing
- add dashboard sql queries
2022-05-11 16:57:56 +03:00
6b71657e5b
sohail/update deps structure ( #5 )
...
* refactor: syncer structure
- move syncer jobs to internal dir
* refactor: queries struct and pkg updates
- update cic-go to latest
- separate sql queries by logic
* ci: add dependabot
2022-05-11 12:32:11 +03:00