{"id":30056981,"url":"https://github.com/insolar/insolar","last_synced_at":"2025-08-07T23:32:43.959Z","repository":{"id":39738147,"uuid":"139829328","full_name":"insolar/insolar","owner":"insolar","description":"Enterprise-ready blockchain platform","archived":false,"fork":false,"pushed_at":"2023-09-20T17:13:28.000Z","size":80110,"stargazers_count":194,"open_issues_count":1,"forks_count":46,"subscribers_count":48,"default_branch":"master","last_synced_at":"2025-06-14T10:52:48.413Z","etag":null,"topics":["blockchain","blockchain-platform","distributed-systems","golang","ledger","networking","smart-contracts","trust"],"latest_commit_sha":null,"homepage":"https://insolar.io","language":"Go","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/insolar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-05T09:49:28.000Z","updated_at":"2025-05-31T20:41:08.000Z","dependencies_parsed_at":"2024-06-18T16:39:51.583Z","dependency_job_id":"b6907a6e-a91d-4e4a-8f86-7d767a51e464","html_url":"https://github.com/insolar/insolar","commit_stats":null,"previous_names":["insolar/network"],"tags_count":98,"template":false,"template_full_name":null,"purl":"pkg:github/insolar/insolar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insolar%2Finsolar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insolar%2Finsolar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insolar%2Finsolar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insolar%2Finsolar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insolar","download_url":"https://codeload.github.com/insolar/insolar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insolar%2Finsolar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269341130,"owners_count":24400787,"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-07T02:00:09.698Z","response_time":73,"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":["blockchain","blockchain-platform","distributed-systems","golang","ledger","networking","smart-contracts","trust"],"created_at":"2025-08-07T23:31:38.582Z","updated_at":"2025-08-07T23:32:43.941Z","avatar_url":"https://github.com/insolar.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[\u003cimg src=\"https://github.com/insolar/doc-pics/raw/master/st/github-readme-banner.png\"\u003e](http://insolar.io/?utm_source=Github)\n\nInsolar platform is the most secure, scalable, and comprehensive business-ready blockchain toolkit in the world. Insolar’s goal is to give businesses access to features and services that enable them to launch new decentralized applications quickly and easily. Whether a minimum viable product or full-scale production software, Insolar builds and integrates applications for your enterprise's existing systems.\n\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2150/badge)](https://bestpractices.coreinfrastructure.org/projects/2150)\n[![GolangCI](https://golangci.com/badges/github.com/insolar/insolar.svg)](https://golangci.com/r/github.com/insolar/insolar/)\n[![Go Report Card](https://goreportcard.com/badge/github.com/insolar/insolar)](https://goreportcard.com/report/github.com/insolar/insolar)\n[![GoDoc](https://godoc.org/github.com/insolar/insolar?status.svg)](https://godoc.org/github.com/insolar/insolar)\n[![codecov](https://codecov.io/gh/insolar/insolar/branch/master/graph/badge.svg)](https://codecov.io/gh/insolar/insolar)\n\n# Insolar Platform 1.0\n\nInsolar Platform 1.0 resides in this repository. Insolar MainNet application (and its benchmark) resides in the [insolar/mainnet repository](https://github.com/insolar/mainnet) and runs on top of Platform 1.0.\n\nAssured Ledger, Insolar's Platform-as-a-Service solution, is being actively developed in the [insolar/assured-ledger repository](https://github.com/insolar/assured-ledger).\n\n## Quick start\n\nTo learn what distinguishes Insolar from other blockchain projects, go through the [list of our features](https://insolar.io/platform?utm_source=Github). \n\nTo get a grip on how Insolar works, take a look at the [big picture](https://docs.insolar.io/en/latest/basics.html) and explore the [architecture](https://docs.insolar.io/en/latest/architecture.html).\n\nTo run the Insolar Platform 1.0 locally, install it and deploy as described below.\n\n### Install\n\n1. Install the latest 1.12 version of the [Golang programming tools](https://golang.org/doc/install#install). Make sure the `$GOPATH` environment variable is set.\n\n2. Download the Insolar package:\n\n   ```\n   go get github.com/insolar/insolar\n   ```\n\n3. Go to the package directory:\n\n   ```\n   cd $GOPATH/src/github.com/insolar/insolar\n   ```\n\n4. Install dependencies and build binaries:\n\n   ```\n   make\n   ```\n\n### Deploy locally\n\nTo deploy the Insolar network locally, run the launcher:\n\n```\ninsolar-scripts/insolard/launchnet.sh -g\n```\n\nThe launcher generates bootstrap data, starts a pulse watcher, and launches a number of nodes. In local setup, the \"nodes\" are simply services listening on different ports.\nThe default number of nodes is 5, you can uncomment more in `scripts/insolard/bootstrap_template.yaml`.\n\nWhen the pulse watcher says `INSOLAR STATE: READY`, the network is up and running.\n\n## Contribute!\n\nFeel free to submit issues, fork the repository and send pull requests! \n\nTo make the process smooth for both reviewers and contributors, familiarize yourself with the list of guidelines:\n\n1. [Open source contributor guide](https://github.com/freeCodeCamp/how-to-contribute-to-open-source).\n2. [Style guide: Effective Go](https://golang.org/doc/effective_go.html).\n3. [List of shorthands for Go code review comments](https://github.com/golang/go/wiki/CodeReviewComments).\n\nWhen submitting an issue, **include a complete test function** that demonstrates it.\n\nThank you for your intention to contribute to the Insolar project. As a company developing open-source code, we highly appreciate external contributions to our project.\n\n## FAQ\n\nFor more information, check out our [FAQ](https://github.com/insolar/insolar/wiki/FAQ).\n\n## Contacts\n\nIf you have any additional questions, join our [developers chat](https://t.me/InsolarTech).\n\nOur social media:\n\n[\u003cimg src=\"https://github.com/insolar/doc-pics/raw/master/st/ico-social-facebook.png\" width=\"36\" height=\"36\"\u003e](https://facebook.com/insolario)\n[\u003cimg src=\"https://github.com/insolar/doc-pics/raw/master/st/ico-social-twitter.png\" width=\"36\" height=\"36\"\u003e](https://twitter.com/insolario)\n[\u003cimg src=\"https://github.com/insolar/doc-pics/raw/master/st/ico-social-medium.png\" width=\"36\" height=\"36\"\u003e](https://medium.com/insolar)\n[\u003cimg src=\"https://github.com/insolar/doc-pics/raw/master/st/ico-social-youtube.png\" width=\"36\" height=\"36\"\u003e](https://youtube.com/insolar)\n[\u003cimg src=\"https://github.com/insolar/doc-pics/raw/master/st/ico-social-reddit.png\" width=\"36\" height=\"36\"\u003e](https://www.reddit.com/r/insolar/)\n[\u003cimg src=\"https://github.com/insolar/doc-pics/raw/master/st/ico-social-linkedin.png\" width=\"36\" height=\"36\"\u003e](https://www.linkedin.com/company/insolario/)\n[\u003cimg src=\"https://github.com/insolar/doc-pics/raw/master/st/ico-social-instagram.png\" width=\"36\" height=\"36\"\u003e](https://instagram.com/insolario)\n[\u003cimg src=\"https://github.com/insolar/doc-pics/raw/master/st/ico-social-telegram.png\" width=\"36\" height=\"36\"\u003e](https://t.me/InsolarAnnouncements)\n\n## License\n\nThis project is licensed under the terms of the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsolar%2Finsolar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsolar%2Finsolar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsolar%2Finsolar/lists"}