{"id":13614325,"url":"https://github.com/jacohend/ltd","last_synced_at":"2026-01-18T07:01:31.403Z","repository":{"id":93141713,"uuid":"548190726","full_name":"jacohend/ltd","owner":"jacohend","description":"Lightning-Taro Daemon","archived":false,"fork":false,"pushed_at":"2022-11-25T01:51:42.000Z","size":234,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-15T09:54:58.499Z","etag":null,"topics":["bitcoin","lightning","lightning-terminal","minting","taproot","taro"],"latest_commit_sha":null,"homepage":"","language":"Go","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/jacohend.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}},"created_at":"2022-10-09T04:27:25.000Z","updated_at":"2023-05-29T13:49:33.000Z","dependencies_parsed_at":"2023-03-06T13:00:37.198Z","dependency_job_id":null,"html_url":"https://github.com/jacohend/ltd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacohend%2Fltd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacohend%2Fltd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacohend%2Fltd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacohend%2Fltd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacohend","download_url":"https://codeload.github.com/jacohend/ltd/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248760608,"owners_count":21157391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bitcoin","lightning","lightning-terminal","minting","taproot","taro"],"created_at":"2024-08-01T20:01:00.036Z","updated_at":"2026-01-18T07:01:31.376Z","avatar_url":"https://github.com/jacohend.png","language":"Go","funding_links":[],"categories":["Tools"],"sub_categories":["Architecture"],"readme":"# Lightning-Taro Daemon (ltd)\n\nIntegrated Lnd and Taro daemon, with Terminal on the side. Basically Lightning Voltron. Currently restricted to testnet mode. \n\n## Installation\n\ngit, make, nodejs/yarn, and go 1.18+ are required.\n\n```bash\ngit clone https://github.com/jacohend/ltd.git\n\ncd ltd \u0026\u0026 make install-go\n\nsource ~/.bashrc  # reload shell for go install\n\nmake build-all\n```\n\n## Usage\n\n`lncli` and `tarocli` required for wallet creation and interaction. \nThe Makefile should build these binaries for you.\n\nFirst run `ltd` in one shell: \n```bash\n./ltd --network=testnet --uipassword=changethis --ip=127.0.0.1 --log_level=debug\n```\n\nThen open another shell and create the wallet with `lncli`:\n\n```bash\n# create wallet. Be sure to save your passsword and seed phrase!\n./lncli --rpcserver 127.0.0.1:10009 --lnddir=~/.lnd --macaroonpath=~/.lnd/data/chain/bitcoin/testnet/admin.macaroon --tlscertpath=~/.lnd/tls.cert create\n\n# create address\n./lncli --rpcserver 127.0.0.1:10009 --lnddir=~/.lnd --macaroonpath=~/.lnd/data/chain/bitcoin/testnet/admin.macaroon --tlscertpath=~/.lnd/tls.cert newaddress p2tr\n\n# later you can unlock the wallet when you need to: \n./lncli --rpcserver 127.0.0.1:10009 --lnddir=~/.lnd --macaroonpath=~/.lnd/data/chain/bitcoin/testnet/admin.macaroon --tlscertpath=~/.lnd/tls.cert unlock\n```\n\nYou can interact with taro as well, such as minting new assets:\n\n```bash\n./tarocli assets mint --type=normal --name=waynechain --supply=2100000000000000 --meta=wayne --enable_emission\n{\n    \"batch_key\": \"0385b55688b9170d2d4f613a5fa7fcb988ae0a0f6e61a7e72184e77236611b556e\"\n}\n```\n\n\nThe Lightning Terminal UI will be accessible at http://localhost:8443\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacohend%2Fltd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacohend%2Fltd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacohend%2Fltd/lists"}