{"id":20608546,"url":"https://github.com/pskillen/pippin-wallet","last_synced_at":"2026-03-07T18:03:01.274Z","repository":{"id":53471239,"uuid":"352712530","full_name":"pskillen/pippin-wallet","owner":"pskillen","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-29T20:40:35.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T17:41:12.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/pskillen.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}},"created_at":"2021-03-29T16:34:49.000Z","updated_at":"2021-03-29T20:28:02.000Z","dependencies_parsed_at":"2022-09-13T04:54:41.807Z","dependency_job_id":null,"html_url":"https://github.com/pskillen/pippin-wallet","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/pskillen/pippin-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pskillen%2Fpippin-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pskillen%2Fpippin-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pskillen%2Fpippin-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pskillen%2Fpippin-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pskillen","download_url":"https://codeload.github.com/pskillen/pippin-wallet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pskillen%2Fpippin-wallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30225446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T17:00:40.062Z","status":"ssl_error","status_checked_at":"2026-03-07T17:00:39.026Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-16T10:10:59.901Z","updated_at":"2026-03-07T18:03:01.223Z","avatar_url":"https://github.com/pskillen.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"Pippin Wallet - developer wallet for Nano Currency\n===\n\n\u003e Pippin is a production-ready, high-performance developer wallet for [Nano](https://nano.org/) and [BANANO](https://banano.cc/). \n\u003e Pippin's API is a drop-in replacement for the Nano developer wallet that is built in to the Nano node software.  \n\n[Pippin Wallet](https://github.com/appditto/pippin_nano_wallet) is a Python-based wallet for Nano and Banano, deployed \nas a PIP package. This Docker image simply installs that PIP package and runs it.\n\n\n**Links:**\n\n* Docker image - https://hub.docker.com/repository/docker/pskillen/pippin-wallet\n* Git repo - https://github.com/pskillen/pippin-wallet\n\n## Example Docker Compose file\n\nFull details at [docker-compose.yaml](docker-compose.yaml)\n\n```yaml\nservices:\n    redis:\n        image: redis:6-alpine\n        ...\n    \n    db:\n        image: postgres:13-alpine\n        ...\n\n    nano_pippin:\n        image: pskillen/pippin:latest\n        build:\n            context: .\n        environment:\n            REDIS_HOST: redis\n            REDIS_PORT: 6379\n            REDIS_DB: 0\n            REDIS_PW: supersecretpassword\n\n            POSTGRES_HOST: db\n            POSTGRES_DB: nano\n            POSTGRES_USER: nano\n            POSTGRES_PASSWORD: nano\n    volumes:\n      - ./docker-compose/nano-pippin-config.yaml:/root/PippinData/config.yaml\n    ports:\n      - \"127.0.0.1:11338:11338/tcp\"  # RPC port\n    depends_on:\n      redis:\n      db:\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpskillen%2Fpippin-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpskillen%2Fpippin-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpskillen%2Fpippin-wallet/lists"}