Skip to content

Commit

Permalink
Merge pull request #75 from kudos-ink/add-hyperbridge
Browse files Browse the repository at this point in the history
Add new project: hyperbridge
  • Loading branch information
CJ13th authored Oct 25, 2024
2 parents d8fbd33 + 12a504f commit 2022d40
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions data/projects/hyperbridge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"name": "Hyperbridge",
"slug": "hyperbridge",
"description": "Hyperbridge is a hyperscalable coprocessor for verifiable, cross-chain interoperability.",
"richText": "",
"links": {
"website": [
{
"label": "hyperbridge.network",
"url": "https://hyperbridge.network/"
}
],
"docs": [
{
"label": "Hyperbridge Docs",
"url": "https://docs.hyperbridge.network/"
}
],
"explorer": [],
"repository": [
{
"label": "Hyperbridge",
"url": "https://github.com/polytope-labs/hyperbridge"
},
{
"label": "ISMP Solidity",
"url": "https://github.com/polytope-labs/ismp-solidity"
},
{
"label": "ISMP Solidity Merkle Trees",
"url": "https://github.com/polytope-labs/solidity-merkle-trees"
}
],
"social": [
{
"label": "X/Twitter",
"url": "https://x.com/hyperbridge_"
}
]
},
"attributes": {
"networks": [
"Polkadot",
"Ethereum"
],
"purposes": [
"bridge",
"universal"
],
"stackLevels": [
"protocol",
"messaging"
],
"technologies": [
"Substrate"
],
"types": [
"platform",
"service",
"dApp"
],
"rewards": false
}
}

0 comments on commit 2022d40

Please sign in to comment.