{"id":37131148,"url":"https://github.com/paradigm-network/paradigm","last_synced_at":"2026-01-14T15:04:28.737Z","repository":{"id":259471100,"uuid":"146563068","full_name":"paradigm-network/paradigm","owner":"paradigm-network","description":"A Scalable FAAS Network based on DAG.","archived":false,"fork":false,"pushed_at":"2018-10-17T09:58:15.000Z","size":6700,"stargazers_count":12,"open_issues_count":0,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-25T19:40:35.183Z","etag":null,"topics":["binary-star","blockchain","dag","faas-platform","functional","serverless"],"latest_commit_sha":null,"homepage":"http://www.paradigm.fund","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paradigm-network.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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":"2018-08-29T07:36:04.000Z","updated_at":"2024-07-09T09:50:10.000Z","dependencies_parsed_at":"2024-10-25T19:54:24.505Z","dependency_job_id":"c8faf5a4-da4f-406d-9737-3ca5283c4d7f","html_url":"https://github.com/paradigm-network/paradigm","commit_stats":null,"previous_names":["paradigm-network/paradigm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paradigm-network/paradigm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradigm-network%2Fparadigm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradigm-network%2Fparadigm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradigm-network%2Fparadigm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradigm-network%2Fparadigm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paradigm-network","download_url":"https://codeload.github.com/paradigm-network/paradigm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradigm-network%2Fparadigm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28424041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"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":["binary-star","blockchain","dag","faas-platform","functional","serverless"],"created_at":"2026-01-14T15:04:27.830Z","updated_at":"2026-01-14T15:04:28.725Z","avatar_url":"https://github.com/paradigm-network.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eParadigm \u003c/h1\u003e\n\u003ch4 align=\"center\"\u003eVersion 0.1 \u003c/h4\u003e\n\n[![GoDoc](https://godoc.org/github.com/paradigm-network/paradigm?status.svg)](https://godoc.org/github.com/paradigm-network/paradigm)\n[![Go Report Card](https://goreportcard.com/badge/github.com/paradigm-network/paradigm)](https://goreportcard.com/report/github.com/paradigm-network/paradigm)\n[![Travis](https://travis-ci.org/paradigm/paradigm.svg?branch=master)](https://travis-ci.org/paradigm/paradigm)\n[![Discord](https://img.shields.io/discord/102860784329052160.svg)](https://discord.gg/kU3ewZQ)\n\nWelcome to Paradigm Network !\n\nThe code is currently alpha quality, but is in the process of rapid development. The master code may be unstable; stable versions can be downloaded in the release page.\n\n## Build development environment\nThe requirements to build Paradigm are:\n\n- Golang version 1.9 or later\n- Glide (a third party package management tool)\n- Properly configured Go language environment\n- Golang supported operating system\n\n## Get Paradigm\n### Get from source code\n\nClone the Paradigm repository into the appropriate $GOPATH/src/github.com/paradigm-network directory.\n\n```\n$ git clone --recursive https://github.com/paradigm-network/paradigm.git\n```\nor\n```\n$ go get github.com/paradigm-network/paradigm\n```\nFetch the dependent third party packages with glide.\n\n```\n$ cd $GOPATH/src/github.com/paradigm-network/paradigm\n$ make vendor\n$ make install\n```\n\nAfter building the source code sucessfully, you should see two executable programs:\n\n- `paradigm`: the node build/paradigm line program for paradigm node control\n\n### get from release\nYou can download at [release page](https://github.com/paradigm-network/paradigm/releases).\n\n## Contributions\n\nPlease open a pull request with a signed commit. We appreciate your help! You can also send your code as emails to the developer mailing list. You're welcome to join the Paradigm mailing list or developer forum.\n\nPlease provide detailed submission information when you want to contribute code for this project. The format is as follows:\n\nHeader line: explain the commit in one line (use the imperative).\n\nBody of commit message is a few lines of text, explaining things  in more detail, possibly giving some background about the issue  being fixed, etc.\n\nThe body of the commit message can be several paragraphs. Please do proper word-wrap and keep columns shorter than 74 characters or so. That way \"git log\" will show things  nicely even when it is indented.\n\nMake sure you explain your solution and why you are doing what you are  doing, as opposed to describing what you are doing. Reviewers and your  future self can read the patch, but might not understand why a  particular solution was implemented.\n\nReported-by: whoever-reported-it \u0026\nSigned-off-by: Your Name [youremail@yourhost.com](mailto:youremail@yourhost.com)\n\n## Open source community\n### Site\n\n- \u003chttps://paradigm.fund/\u003e\n\n### Developer Discord Group\n\n- \u003chttps://discord.gg/kU3ewZQ/\u003e\n\n## License\n\nThe Paradigm library is licensed under the GNU Lesser General Public License v3.0, read the LICENSE file in the root directory of the project for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadigm-network%2Fparadigm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparadigm-network%2Fparadigm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadigm-network%2Fparadigm/lists"}