{"id":48353182,"url":"https://github.com/liftedinit/talib","last_synced_at":"2026-04-05T10:03:32.179Z","repository":{"id":99542641,"uuid":"525616271","full_name":"liftedinit/talib","owner":"liftedinit","description":"A block explorer for clusters supporting the Many protocol","archived":false,"fork":false,"pushed_at":"2026-01-13T20:54:25.000Z","size":6905,"stargazers_count":1,"open_issues_count":12,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-13T20:56:57.799Z","etag":null,"topics":["block-explorer","blockchain","decentralized","many-protocol"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liftedinit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-17T02:49:26.000Z","updated_at":"2026-01-13T20:15:00.000Z","dependencies_parsed_at":"2024-01-15T20:03:16.539Z","dependency_job_id":"43ca802f-165f-48be-ba39-42ca9a6458fa","html_url":"https://github.com/liftedinit/talib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/liftedinit/talib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liftedinit%2Ftalib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liftedinit%2Ftalib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liftedinit%2Ftalib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liftedinit%2Ftalib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liftedinit","download_url":"https://codeload.github.com/liftedinit/talib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liftedinit%2Ftalib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31431454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["block-explorer","blockchain","decentralized","many-protocol"],"created_at":"2026-04-05T10:03:30.962Z","updated_at":"2026-04-05T10:03:32.147Z","avatar_url":"https://github.com/liftedinit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Talib Blockchain Explorer for MANY Protocol\n\n# Development \n\nTo start the instance for local dev simply run docker-compose:\n`docker-compose up`\n\n### Development Config: \n- You will need a many ledger or kvstore chain to sync blocks.\n- Follow the login steps below and add a network to sync.\n\n### Documentation\nSwagger REST API documentation is availabe at /api. \n\n# Login\nAll modifying endpoints to the Talib server are protected by a password. Currently, there is no update frontend that would allow you to login and make modifications, so a user would have to login manually via the command line and use the JWT token to make requests.\n\nFor example, to add a new neighborhood instance, first login to get a JWT:\n\n```bash\n# The admin password is set in the .env file.\n$ curl -X POST -H \"Content-Type: application/json\" -d '{\"username\": \"admin\", \"password\":\"admin\"}' http://localhost:3000/api/v1/auth/login\n{\"access_token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjAsInVzZXJuYW1lIjoiYWRtaW4iLCJpYXQiOjE2ODU2NTE3MDcsImV4cCI6MTY4NTY1MTc2N30.iR41GGP2zqNrfyoTXd6Ul7t7_Q4tHg0r1gHZj7D_OvA\"}\n```\n\nAn easier way to set the environment would be to extract the token and set it to a TALIB_TOKEN environment variable like so:\n\n```bash\n$ set TALIB_TOKEN \"$(curl -X POST -H \"Content-Type: application/json\" -d '{\"username\": \"admin\", \"password\":\"admin\"}' http://localhost:3000/api/v1/auth/login | jq -r .access_token)\"\n```\n\nThen, use the token to make the update request:\n\n```bash\n$ curl http://localhost:3000/api/v1/neighborhoods -X PUT -H \"Authorization: Bearer $TALIB_TOKEN\" -H \"Content-Type: application/json\" -d '{\"name\": \"Manifest QA Neighborhood\", \"description\": \"The Ledger QA neighborhood of the Manifest network.\", \"url\": \"https://qa-api.liftedinit.tech\"}'\n{\"id\":4,\"address\":\"mae6o6amfv5upukm4n42rnnz4vicewllq3nx2k3yprhr3vny33\",\"url\":\"https://qa-api.liftedinit.tech/\",\"name\":\"Manifest QA Neighborhood\",\"description\":null}⏎\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliftedinit%2Ftalib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliftedinit%2Ftalib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliftedinit%2Ftalib/lists"}