{"id":19610706,"url":"https://github.com/onflow/flowkit","last_synced_at":"2026-04-16T17:07:47.345Z","repository":{"id":220413877,"uuid":"751510372","full_name":"onflow/flowkit","owner":"onflow","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-30T15:59:14.000Z","size":1186,"stargazers_count":8,"open_issues_count":9,"forks_count":11,"subscribers_count":19,"default_branch":"main","last_synced_at":"2026-01-31T08:54:43.024Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onflow.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-01T18:48:27.000Z","updated_at":"2026-01-30T15:57:44.000Z","dependencies_parsed_at":"2026-01-08T09:10:05.277Z","dependency_job_id":null,"html_url":"https://github.com/onflow/flowkit","commit_stats":null,"previous_names":["onflow/flowkit"],"tags_count":76,"template":false,"template_full_name":null,"purl":"pkg:github/onflow/flowkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onflow%2Fflowkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onflow%2Fflowkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onflow%2Fflowkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onflow%2Fflowkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onflow","download_url":"https://codeload.github.com/onflow/flowkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onflow%2Fflowkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30361995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-11T10:32:07.956Z","updated_at":"2026-03-10T23:27:28.398Z","avatar_url":"https://github.com/onflow.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flowkit\n\nFlowkit is a Go library for building applications that interact with the Flow blockchain. It provides high-level APIs for managing Flow projects, including working with `flow.json` configurations, deploying contracts, executing scripts, and building transactions.\n\n## Features\n\n- **Project Management** - Load and manage Flow project configurations (`flow.json`)\n- **Contract Deployment** - Deploy Cadence contracts to different networks\n- **Import Resolution** - Automatically resolve contract imports to blockchain addresses\n- **Multi-Network Support** - Work seamlessly with emulator, testnet, and mainnet\n- **Account Management** - Manage Flow accounts and signing keys\n- **Script Execution** - Execute Cadence scripts and build transactions\n\n## Installation\n\n```bash\ngo get github.com/onflow/flowkit/v2\n```\n\n## Quick Example\n\n```go\nimport \"github.com/onflow/flowkit/v2\"\n\n// Load your Flow project\nstate, err := flowkit.Load([]string{\"flow.json\"}, afero.Afero{Fs: afero.NewOsFs()})\n\n// Get contracts for a network\ncontracts, err := state.DeploymentContractsByNetwork(config.TestnetNetwork)\n\n// Resolve imports in your Cadence code\nimportReplacer := project.NewImportReplacer(contracts, state.AliasesForNetwork(network))\nresolvedProgram, err := importReplacer.Replace(program)\n```\n\n## Documentation\n\nFor comprehensive guides and examples, visit the [Flowkit documentation](https://developers.flow.com/build/tools/clients/flow-go-sdk/flowkit).\n\n## Package Structure\n\nFlowkit contains multiple subpackages:\n\n- **config** - Parsing and storing of `flow.json` values, as well as validation\n- **gateway** - Implementation of Flow Access Node methods, uses emulator and Go SDK to communicate with ANs\n- **project** - Stateful operations on top of `flow.json`, including import resolution for contract deployments\n- **accounts** - Account and key management\n- **transactions** - Transaction building and signing\n\nThe main Flowkit interface is defined in [services.go](services.go).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonflow%2Fflowkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonflow%2Fflowkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonflow%2Fflowkit/lists"}