{"id":47915489,"url":"https://github.com/iotaledger/iota-multisig-manager","last_synced_at":"2026-05-23T09:34:12.082Z","repository":{"id":321578577,"uuid":"1086267754","full_name":"iotaledger/iota-multisig-manager","owner":"iotaledger","description":"Super Aggregator for Awesome Transactions :)","archived":false,"fork":false,"pushed_at":"2026-03-23T15:07:18.000Z","size":1209,"stargazers_count":1,"open_issues_count":14,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-03-24T08:32:56.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"MystenLabs/sagat","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iotaledger.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-30T07:21:07.000Z","updated_at":"2026-02-10T12:41:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"c45fb6de-85e2-4c44-8df7-ae977857aa71","html_url":"https://github.com/iotaledger/iota-multisig-manager","commit_stats":null,"previous_names":["iotaledger/sagat","iotaledger/iota-multisig-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iotaledger/iota-multisig-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fiota-multisig-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fiota-multisig-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fiota-multisig-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fiota-multisig-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iotaledger","download_url":"https://codeload.github.com/iotaledger/iota-multisig-manager/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iotaledger%2Fiota-multisig-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31389385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"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":[],"created_at":"2026-04-04T05:33:50.988Z","updated_at":"2026-05-23T09:34:12.075Z","avatar_url":"https://github.com/iotaledger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IOTA Multisig Manager\n\nIOTA Multisig Manager is a full-stack application for managing IOTA blockchain multisig wallets, built with a Bun/TypeScript API backend and React frontend.\n\n## Architecture\n\n- **Backend API** (`/api`): Bun + Hono + PostgreSQL + Drizzle ORM\n- **Frontend** (`/app`): React + Vite + TypeScript + Tailwind CSS\n- **Database**: PostgreSQL with Drizzle ORM migrations\n- **Blockchain**: IOTA Network integration via @iota/iota-sdk\n\n## Starting to work locally\n\nFirst create a `.env` file `/api/.env` based on the `.env.example` file.\n\n```sh\ncp api/.env.test api/.env\n\n```\n\nStart postgres locally using Docker:\n\n```sh\ndocker compose up postgres -d\n```\n\nInstall dependencies:\n\n```sh\nbun install\n```\n\nThe first time run the migrations to create the database schema:\n\n```sh\n(cd api \u0026\u0026 bun run db:migrate)\n```\n\nThen build the SDK and spin up the frontend and API:\n\n```sh\nbun run dev\n```\n\nThey are all in \"watch\" mode, so all changes would reflect as you are\ndeveloping.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotaledger%2Fiota-multisig-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiotaledger%2Fiota-multisig-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiotaledger%2Fiota-multisig-manager/lists"}