{"id":19269096,"url":"https://github.com/studiowebux/cardano","last_synced_at":"2025-08-09T03:50:05.014Z","repository":{"id":257054606,"uuid":"856679095","full_name":"studiowebux/cardano","owner":"studiowebux","description":"Cardano Libs (Tx Builder and Submit API)","archived":false,"fork":false,"pushed_at":"2024-11-28T05:20:09.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T20:12:02.130Z","etag":null,"topics":["cardano","submit-api","tx-builder","wallet"],"latest_commit_sha":null,"homepage":"https://jsr.io/@studiowebux/cardano","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/studiowebux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-09-13T02:08:32.000Z","updated_at":"2024-11-28T05:20:13.000Z","dependencies_parsed_at":"2025-02-23T20:12:02.052Z","dependency_job_id":"39dc4bcf-306c-4b32-aa76-04a9a11fb7e1","html_url":"https://github.com/studiowebux/cardano","commit_stats":null,"previous_names":["studiowebux/cardano"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/studiowebux/cardano","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiowebux%2Fcardano","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiowebux%2Fcardano/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiowebux%2Fcardano/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiowebux%2Fcardano/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/studiowebux","download_url":"https://codeload.github.com/studiowebux/cardano/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/studiowebux%2Fcardano/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269527562,"owners_count":24432441,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cardano","submit-api","tx-builder","wallet"],"created_at":"2024-11-09T20:18:28.092Z","updated_at":"2025-08-09T03:50:04.935Z","avatar_url":"https://github.com/studiowebux.png","language":"TypeScript","funding_links":["https://www.buymeacoffee.com/studiowebux"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ch2\u003eCardano Libs\u003c/h2\u003e\n\n\u003cp\u003eThis library is specifically crafted for a particular use case.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/studiowebux/cardano/issues\"\u003eReport Bug\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/studiowebux/cardano/issues\"\u003eRequest Feature\u003c/a\u003e\n\u003c/p\u003e\n\u003c/div\u003e\n\n---\n\n## About\n\n- **Transaction Builder:** Construct transactions with ease.\n- **NFT Creation (CIP-25):** Mint Non-Fungible Tokens using CIP-25 standard.\n- **Fungible Token Creation:** Create and manage Fungible Tokens.\n- **Royalties Setup (CIP-27):** Implement royalties for tokens using CIP-27.\n- **CIP-86 Initialization:** Partial implementation of CIP-86.\n- **Add transaction metadata (CIP-20):** Add custom message to the transaction.\n- **Quick Wallet Generation:** Create new wallets swiftly.\n- **Utilities:** Includes helpful utilities to interact with CSL and Blockfrost API.\n- **Examples \u0026 Tests:** Provides ample examples and tests for better understanding and debugging.\n- **Cross-Environment Compatibility:** Functions smoothly across all Cardano environments, from local testnets to the mainnet.\n- **Submit API Usage:** Utilizes Cardano Submit API for transaction submission.\n- **Utxo Fetching:** Retrieves UTXOs using Blockfrost API (Might bring back DB Sync query).\n- **Policy Creation:** Allows creating new policies.\n- **Send ADA:** Send a specified amount of ada to a recipient.\n- **CIP-8**. Expose a function and documentation to setup an authentication flow using cardano wallet.\n\n### TODO\n\n- [ ] Finish CIP-86. (https://cips.cardano.org/cip/CIP-86)\n- [ ] Receive UTXO from client wallet.\n- [ ] Configure cardano network (Currently the example are hardcoded).\n- [ ] Simplify the CIP/JSON Metadata format and inputs.\n- [ ] Fix if possible the Multi Assets, Lock ADA and group to minimize locked ADA.\n- [ ] Document the wallet variables and where to use what\n- [ ] Add dummy check for the metadata (64 chars or less and required keys).\n- [ ] Read the DB Sync query to get the UTXOs.\n- [-] Simplify, rename and JSDoc the whole codebase.\n- [x] Normalize the asset_name (hex and standard) also with the blockfrost format,\n      the user can put a normal string and the code will adjust.\n- [x] Rename the receiver_address variable to use something more intuitive.\n- [x] Normalize number input and casting all at the same place\n- [x] Implement ApiError everywhere\n\n---\n\n## Installation and Usage\n\n1. Install deno: https://deno.com\n2. `deno add @studiowebux/cardano`\n3. Local Cardano Node: https://github.com/studiowebux/cardano-private-node\n4. Cardano Indexer: https://github.com/studiowebux/cardano-indexer\n\n\nsee `__tests__/*.test.ts` and `examples/` for examples.\n\n---\n\n### Releases and Github Actions\n\n```bash\ngit tag -a X.Y.Z -m \"Version X.Y.Z\"\ngit push origin tags/X.Y.Z\n```\n\n---\n\n## Contributing\n\n1. Fork the project\n2. Create a Feature Branch\n3. Commit your changes\n4. Push your changes\n5. Create a PR\n\n\u003cdetails\u003e\n\u003csummary\u003eWorking with your local branch\u003c/summary\u003e\n\n**Branch Checkout:**\n\n```bash\ngit checkout -b \u003cfeature|fix|release|chore|hotfix\u003e/prefix-name\n```\n\n\u003e Your branch name must starts with [feature|fix|release|chore|hotfix] and use a / before the name;\n\u003e Use hyphens as separator;\n\u003e The prefix correspond to your Kanban tool id (e.g. abc-123)\n\n**Keep your branch synced:**\n\n```bash\ngit fetch origin\ngit rebase origin/master\n```\n\n**Commit your changes:**\n\n```bash\ngit add .\ngit commit -m \"\u003cfeat|ci|test|docs|build|chore|style|refactor|perf|BREAKING CHANGE\u003e: commit message\"\n```\n\n\u003e Follow this convention commitlint for your commit message structure\n\n**Push your changes:**\n\n```bash\ngit push origin \u003cfeature|fix|release|chore|hotfix\u003e/prefix-name\n```\n\n**Examples:**\n\n```bash\ngit checkout -b release/v1.15.5\ngit checkout -b feature/abc-123-something-awesome\ngit checkout -b hotfix/abc-432-something-bad-to-fix\n```\n\n```bash\ngit commit -m \"docs: added awesome documentation\"\ngit commit -m \"feat: added new feature\"\ngit commit -m \"test: added tests\"\n```\n\n\u003c/details\u003e\n\n## License\n\nDistributed under the MIT License. See LICENSE for more information.\n\n## Contact\n\n- Tommy Gingras @ tommy@studiowebux.com | Studio Webux\n\n\u003cdiv\u003e\n\u003cb\u003e | \u003c/b\u003e\n\u003ca href=\"https://www.buymeacoffee.com/studiowebux\" target=\"_blank\"\n      \u003e\u003cimg\n        src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\"\n        alt=\"Buy Me A Coffee\"\n        style=\"height: 30px !important; width: 105px !important\"\n        height=\"30\"\n        width=\"105\"\n/\u003e\u003c/a\u003e\n\u003cb\u003e | \u003c/b\u003e\n\u003ca href=\"https://webuxlab.com\" target=\"_blank\"\n      \u003e\u003cimg\n        src=\"https://webuxlab-static.s3.ca-central-1.amazonaws.com/logoAmpoule.svg\"\n        alt=\"Webux Logo\"\n        style=\"height: 30px !important\"\n        height=\"30\"\n/\u003e Webux Lab\u003c/a\u003e\n\u003cb\u003e | \u003c/b\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudiowebux%2Fcardano","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstudiowebux%2Fcardano","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstudiowebux%2Fcardano/lists"}