{"id":13638469,"url":"https://github.com/tomholford/hodl","last_synced_at":"2026-03-10T06:03:19.055Z","repository":{"id":62832303,"uuid":"443865431","full_name":"tomholford/hodl","owner":"tomholford","description":"A crypto porfolio app for Urbit","archived":false,"fork":false,"pushed_at":"2024-02-09T21:55:54.000Z","size":4746,"stargazers_count":9,"open_issues_count":8,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-20T14:45:49.937Z","etag":null,"topics":["cryptocurrency","hoon","typescript","urbit"],"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/tomholford.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}},"created_at":"2022-01-02T20:40:58.000Z","updated_at":"2023-12-28T14:25:43.000Z","dependencies_parsed_at":"2024-02-09T22:48:33.623Z","dependency_job_id":null,"html_url":"https://github.com/tomholford/hodl","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/tomholford/hodl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomholford%2Fhodl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomholford%2Fhodl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomholford%2Fhodl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomholford%2Fhodl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomholford","download_url":"https://codeload.github.com/tomholford/hodl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomholford%2Fhodl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"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":["cryptocurrency","hoon","typescript","urbit"],"created_at":"2024-08-02T01:00:46.423Z","updated_at":"2026-03-10T06:03:19.029Z","avatar_url":"https://github.com/tomholford.png","language":"TypeScript","funding_links":[],"categories":["Applications"],"sub_categories":[],"readme":"# hodl\n\nA simple cryto portfolio app for Urbit.\n\nEnter your transactions in the UI. The data is stored on your ship. [CoinGecko API](https://www.coingecko.com/en/api) is used to pull price data and calculate your net worth.\n\n## Demo\n\nhttps://user-images.githubusercontent.com/16504501/200311743-ef330af9-12b3-4a3f-ac9c-1faf36e62c17.mp4\n\n## Installation\n\nOn your Urbit's home screen, search for:\n```\n~hodler-datder-sonnet\n```\n\nOr paste this in your ship's terminal:\n```\n|install ~hodler-datder-sonnet %hodl\n```\n\nOr you can manually install using the Development instructions below.\n\n## Usage\n\n1. Click Add a Transaction  button (the $)\n2. Enter the relevant data in the New Transaction form\n3. Submit and view the data in the dashboard\n\nIt is also possible to programmatically add Transactions using pokes, see `notes/pokes.txt` for examples.\n\n## Development\n\n0. Install the [bouncer desk sync tool](https://github.com/tloncorp/bouncer) and update the `env` values in `ops/*.yml` to match your system configuration.\n1. Clone this repo\n2. In `ui/`, run `npm install`\n3. Start a fake ship; `~dev` is what's used in the default bouncer config.\n4. Run `bin/bounce` to sync the agent desk and install on your fake ship\n5. Open http://localhost:3000/apps/hodl/ in your browser\n6. Changes in `ui/` will automatically reload the frontend; after making backend changes run `bin/sync`\n\n## Deployment\n\n### Make a new glob\n\n1. Boot a new fake ship; in this example, using `~bus`\n2. Merge and mount a desk:\n```\n|merge %work our %base\n|mount %work\n```\n3. Run `npm run build` in `ui/` to build frontend assets\n4. Copy built `dist`: \n```\nrsync -avL --delete ui/dist/ ~/dev/urbit/ships/bus/work/hodl\n```\n5. Switch dojo working directory:\n```\n=dir /=garden\n```\n6. Make glob:\n```\n-make-glob %work /hodl\n```\n7. Find the built glob in the mounted ship dir under `.urb/put`, e.g.\n```\n~/dev/urbit/ships/nus/.urb/put\n```\n8. scp to file server, update docket with hash and URL\n\n### Publish\n\n1. Boot a new fake ship; in this example, using `~nus`\n2. Fork an existing desk:\n```\n|merge %hodl our %webterm\n|mount %hodl\n```\n3. Remove existing files:\n```\nrm -Rv ~/dev/urbit/ships/nus/hodl/*\n```\n4. Within Urbit git repo:\n```\n./symbolic-merge.sh base-dev hodl\n./symbolic-merge.sh garden-dev hodl\n```\n5. Copy linked dev files to mount:\n```\ncp -rL hodl/* ~/dev/urbit/ships/nus/hodl/\n```\n6. Copy desk contents to mount:\n```\ncp -r ./desk/* ~/dev/urbit/ships/nus/hodl\n```\n7. Commit and install:\n```\n|commit %hodl\n|install our %hodl\n```\n8. Publish:\n```\n:treaty|publish %hodl\n```\n\n## Roadmap\n\n- responsive mobile UI\n- connect a wallet to automatically import transactions\n- data visualization\n\n## Questions or Feedback\n\nDM me on the network at `~datder-sonnet`, or join the app group:\n\n```\n~hodler-datder-sonnet/hodl\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomholford%2Fhodl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomholford%2Fhodl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomholford%2Fhodl/lists"}