mirror of
https://github.com/web3privacy/web
synced 2024-10-15 18:26:27 +02:00
Merge branch 'main' of https://github.com/web3privacy/web
This commit is contained in:
commit
0a44c7d45e
4 changed files with 236 additions and 31 deletions
|
@ -38,7 +38,7 @@
|
|||
"received_events_url": "https://api.github.com/users/Msiusko/received_events",
|
||||
"type": "User",
|
||||
"site_admin": false,
|
||||
"contributions": 3030
|
||||
"contributions": 3031
|
||||
},
|
||||
{
|
||||
"login": "burningtree",
|
||||
|
@ -82,6 +82,27 @@
|
|||
"site_admin": false,
|
||||
"contributions": 532
|
||||
},
|
||||
{
|
||||
"login": "niclaz",
|
||||
"id": 83479948,
|
||||
"node_id": "MDQ6VXNlcjgzNDc5OTQ4",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/83479948?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/niclaz",
|
||||
"html_url": "https://github.com/niclaz",
|
||||
"followers_url": "https://api.github.com/users/niclaz/followers",
|
||||
"following_url": "https://api.github.com/users/niclaz/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/niclaz/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/niclaz/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/niclaz/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/niclaz/orgs",
|
||||
"repos_url": "https://api.github.com/users/niclaz/repos",
|
||||
"events_url": "https://api.github.com/users/niclaz/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/niclaz/received_events",
|
||||
"type": "User",
|
||||
"site_admin": false,
|
||||
"contributions": 504
|
||||
},
|
||||
{
|
||||
"login": "ethanolo-eth",
|
||||
"id": 167983675,
|
||||
|
@ -103,27 +124,6 @@
|
|||
"site_admin": false,
|
||||
"contributions": 499
|
||||
},
|
||||
{
|
||||
"login": "niclaz",
|
||||
"id": 83479948,
|
||||
"node_id": "MDQ6VXNlcjgzNDc5OTQ4",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/83479948?v=4",
|
||||
"gravatar_id": "",
|
||||
"url": "https://api.github.com/users/niclaz",
|
||||
"html_url": "https://github.com/niclaz",
|
||||
"followers_url": "https://api.github.com/users/niclaz/followers",
|
||||
"following_url": "https://api.github.com/users/niclaz/following{/other_user}",
|
||||
"gists_url": "https://api.github.com/users/niclaz/gists{/gist_id}",
|
||||
"starred_url": "https://api.github.com/users/niclaz/starred{/owner}{/repo}",
|
||||
"subscriptions_url": "https://api.github.com/users/niclaz/subscriptions",
|
||||
"organizations_url": "https://api.github.com/users/niclaz/orgs",
|
||||
"repos_url": "https://api.github.com/users/niclaz/repos",
|
||||
"events_url": "https://api.github.com/users/niclaz/events{/privacy}",
|
||||
"received_events_url": "https://api.github.com/users/niclaz/received_events",
|
||||
"type": "User",
|
||||
"site_admin": false,
|
||||
"contributions": 430
|
||||
},
|
||||
{
|
||||
"login": "cryptomar1o",
|
||||
"id": 52966597,
|
||||
|
|
217
src/core.json
217
src/core.json
|
@ -29,12 +29,6 @@
|
|||
"pg",
|
||||
"coinmandeer"
|
||||
],
|
||||
"members": {
|
||||
"$load": "members"
|
||||
},
|
||||
"community-partners": {
|
||||
"$load": "community-partners"
|
||||
},
|
||||
"core-speakers": [
|
||||
"david-chaum",
|
||||
"tor-ekeland",
|
||||
|
@ -60,6 +54,217 @@
|
|||
"mf"
|
||||
]
|
||||
},
|
||||
"members": [
|
||||
{
|
||||
"id": "tokendynamics",
|
||||
"name": "TokenDynamics",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/tokendynamics.png",
|
||||
"refs": {
|
||||
"website": "https://tokendynamics.xyz/",
|
||||
"twitter": "tokendynamics"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "codex",
|
||||
"name": "Codex",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/codex.svg",
|
||||
"refs": {
|
||||
"website": "https://codex.storage",
|
||||
"twitter": "Codex_storage"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "moros",
|
||||
"name": "MorosNet",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/moros.png",
|
||||
"refs": {
|
||||
"website": "https://morosnet.com/",
|
||||
"twitter": "morosnet"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "namada",
|
||||
"name": "Namada",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/namada.png",
|
||||
"refs": {
|
||||
"website": "https://namada.net/",
|
||||
"twitter": "namada"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "gnosis",
|
||||
"name": "Gnosis DAO",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/gnosisdao.png",
|
||||
"refs": {
|
||||
"website": "https://www.gnosis.io/gnosisdao",
|
||||
"twitter": "gnosischain"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "logos",
|
||||
"name": "LOGOS",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/logos.svg",
|
||||
"refs": {
|
||||
"website": "https://logos.co",
|
||||
"twitter": "logos_network"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "waku",
|
||||
"name": "WAKU",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/waku.svg",
|
||||
"refs": {
|
||||
"website": "https://waku.org",
|
||||
"twitter": "waku_org"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "intmax",
|
||||
"name": "Intmax",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/intmax.png",
|
||||
"refs": {
|
||||
"website": "https://www.intmax.io",
|
||||
"twitter": "intmaxIO"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "labyrinth",
|
||||
"name": "Labyrinth",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/labyrinth.png",
|
||||
"refs": {
|
||||
"website": "https://www.labyrinth.technology",
|
||||
"twitter": "Labyrinth_HQ"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "0xbow",
|
||||
"name": "0xbow",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/0xbow.png",
|
||||
"refs": {
|
||||
"website": "https://0xbow.io",
|
||||
"twitter": "0xbowio"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "dyne",
|
||||
"name": "Dyne",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/dyne.png",
|
||||
"refs": {
|
||||
"website": "https://dyne.org",
|
||||
"twitter": "dyneorg"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "nomos",
|
||||
"name": "Nomos",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/nomos.svg",
|
||||
"refs": {
|
||||
"website": "https://nomos.tech",
|
||||
"twitter": "Nomos_tech"
|
||||
}
|
||||
}
|
||||
],
|
||||
"community-partners": [
|
||||
{
|
||||
"id": "gcc",
|
||||
"name": "GCC of Commons",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/GCC.png",
|
||||
"refs": {
|
||||
"website": "https://www.gccofficial.org/en",
|
||||
"twitter": "GCCofCommons"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "hopr",
|
||||
"name": "HOPR",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/hopr.svg",
|
||||
"refs": {
|
||||
"website": "https://hoprnet.org",
|
||||
"twitter": "hoprnet"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "urbe",
|
||||
"name": "Urbe.eth",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/Urbe.png",
|
||||
"refs": {
|
||||
"website": "https://linktr.ee/urbe.eth",
|
||||
"twitter": "urbeEth"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "kernel",
|
||||
"name": "Kernel Community",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/kernel.png",
|
||||
"refs": {
|
||||
"website": "https://kernel.community/",
|
||||
"twitter": "Kernel0x"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "ethrome",
|
||||
"name": "ETHRome",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/ETHRome.png",
|
||||
"refs": {
|
||||
"website": "https://ethrome.org",
|
||||
"twitter": "ETHRome"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "molochdao",
|
||||
"name": "Moloch DAO",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/MolochDAO.png",
|
||||
"refs": {
|
||||
"website": "https://molochdao.com",
|
||||
"twitter": "molochdao"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "paralelnipolis",
|
||||
"name": "Paralelni Polis",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/polis.png",
|
||||
"refs": {
|
||||
"website": "https://paralelnipolis.cz/en",
|
||||
"twitter": "Paralelni_polis"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "shieldingsummit",
|
||||
"name": "Shielding Summit",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/ssummit.png",
|
||||
"refs": {
|
||||
"website": "https://shieldingsummit.org",
|
||||
"twitter": "ShieldingSummit"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "lunardao",
|
||||
"name": "LunarDAO",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/LunarDAO.png",
|
||||
"refs": {
|
||||
"website": "https://lunardao.net",
|
||||
"twitter": "lunarpunksquad"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "cryptocanal",
|
||||
"name": "CryptoCanal",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/CryptoCanal.png",
|
||||
"refs": {
|
||||
"website": "https://lu.ma/cryptocanal",
|
||||
"twitter": "cryptocanal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "zcash",
|
||||
"name": "Zcash",
|
||||
"imageUrl": "https://web3privacy.info/membersLogo/zcash.png",
|
||||
"refs": {
|
||||
"website": "https://z.cash",
|
||||
"twitter": "zcash"
|
||||
}
|
||||
}
|
||||
],
|
||||
"research": [
|
||||
{
|
||||
"issue": 1,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"count": "700+",
|
||||
"contributors": 30,
|
||||
"stars": 374
|
||||
"stars": 373
|
||||
}
|
|
@ -7,7 +7,7 @@
|
|||
"2024-10-03T20:00:00.000Z"
|
||||
],
|
||||
"coverUrl": "https://images.lumacdn.com/event-covers/3q/4f28bcb7-a158-412a-92d8-27419b113e58",
|
||||
"guestCount": 106
|
||||
"guestCount": 107
|
||||
},
|
||||
{
|
||||
"url": "w3pn-meetup-devcon7",
|
||||
|
@ -17,6 +17,6 @@
|
|||
"2024-11-11T12:00:00.000Z"
|
||||
],
|
||||
"coverUrl": "https://images.lumacdn.com/event-covers/7g/87ce6260-c05a-46be-9576-93d5c02f766f",
|
||||
"guestCount": 654
|
||||
"guestCount": 665
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue