mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-08 04:13:56 -05:00
refactor: update repo link of assets
This commit is contained in:
12
README.md
12
README.md
@@ -9,16 +9,16 @@
|
||||
<img src="https://img.shields.io/badge/project-Bandada-blue.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://github.com/bandada-infra/bandada/blob/main/LICENSE">
|
||||
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/bandada.svg?style=flat-square">
|
||||
<img alt="Github license" src="https://img.shields.io/github/license/bandada-infra/bandada.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://github.com/bandada-infra/bandada/actions?query=workflow%3Atest">
|
||||
<img alt="GitHub Workflow test" src="https://img.shields.io/github/actions/workflow/status/privacy-scaling-explorations/bandada/test.yml?branch=main&label=test&style=flat-square&logo=github">
|
||||
<img alt="GitHub Workflow test" src="https://img.shields.io/github/actions/workflow/status/bandada-infra/bandada/test.yml?branch=main&label=test&style=flat-square&logo=github">
|
||||
</a>
|
||||
<a href="https://github.com/bandada-infra/bandada/actions?query=workflow%3Astyle">
|
||||
<img alt="GitHub Workflow style" src="https://img.shields.io/github/actions/workflow/status/privacy-scaling-explorations/bandada/style.yml?branch=main&label=style&style=flat-square&logo=github">
|
||||
<img alt="GitHub Workflow style" src="https://img.shields.io/github/actions/workflow/status/bandada-infra/bandada/style.yml?branch=main&label=style&style=flat-square&logo=github">
|
||||
</a>
|
||||
<a href="https://coveralls.io/github/privacy-scaling-explorations/bandada">
|
||||
<img alt="Coveralls" src="https://img.shields.io/coveralls/github/privacy-scaling-explorations/bandada?label=coverage (ts)&style=flat-square&logo=coveralls">
|
||||
<a href="https://coveralls.io/github/bandada-infra/bandada">
|
||||
<img alt="Coveralls" src="https://img.shields.io/coveralls/github/bandada-infra/bandada?label=coverage (ts)&style=flat-square&logo=coveralls">
|
||||
</a>
|
||||
<a href="https://eslint.org/">
|
||||
<img alt="Linter eslint" src="https://img.shields.io/badge/linter-eslint-8080f2?style=flat-square&logo=eslint">
|
||||
@@ -288,7 +288,7 @@ Bandada offers APIs for retrieving group data and managing group members. As an
|
||||
|
||||
To enable API access for a group, go to the group page in the dashboard and toggle the **Enable API Access** button. Once enabled, a new API key will be generated for you. You can disable API access at any time using the same toggle button.
|
||||
|
||||
[Enable API access toggle for off-chain group](https://github.com/privacy-scaling-explorations/bandada/assets/20580910/e7106f24-39c8-422d-97a5-11756200ae03)
|
||||
[Enable API access toggle for off-chain group](https://github.com/bandada-infra/bandada/assets/20580910/e7106f24-39c8-422d-97a5-11756200ae03)
|
||||
|
||||
## 🔌 APIs endpoints
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ async function bootstrap() {
|
||||
|
||||
const latestVersion = await (
|
||||
await fetch(
|
||||
"https://api.github.com/repos/privacy-scaling-explorations/bandada/releases/latest"
|
||||
"https://api.github.com/repos/bandada-infra/bandada/releases/latest"
|
||||
)
|
||||
).json()
|
||||
|
||||
@@ -54,9 +54,9 @@ async function bootstrap() {
|
||||
const configUI = {
|
||||
swaggerOptions: { defaultModelsExpandDepth: -1 },
|
||||
customfavIcon:
|
||||
"https://raw.githubusercontent.com/privacy-scaling-explorations/bandada/main/apps/dashboard/src/assets/favicon.ico",
|
||||
"https://raw.githubusercontent.com/bandada-infra/bandada/main/apps/dashboard/src/assets/favicon.ico",
|
||||
customSiteTitle: "Bandada API Docs",
|
||||
customCss: `.topbar-wrapper img {content:url('https://raw.githubusercontent.com/privacy-scaling-explorations/bandada/d5268274cbb93f73a1960e131bff0d2bf1eacea9/apps/dashboard/src/assets/icon1.svg'); width:60px; height:auto;}
|
||||
customCss: `.topbar-wrapper img {content:url('https://raw.githubusercontent.com/bandada-infra/bandada/d5268274cbb93f73a1960e131bff0d2bf1eacea9/apps/dashboard/src/assets/icon1.svg'); width:60px; height:auto;}
|
||||
.swagger-ui .topbar { background-color: transparent; } small.version-stamp { display: none !important; }`,
|
||||
customJsStr: `
|
||||
// Add a custom title to the right side of the Swagger UI page
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<img src="https://img.shields.io/badge/project-Bandada-blue.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://github.com/bandada-infra/bandada/blob/main/LICENSE">
|
||||
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/bandada.svg?style=flat-square">
|
||||
<img alt="Github license" src="https://img.shields.io/github/license/bandada-infra/bandada.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://www.npmjs.com/package/@bandada/contracts">
|
||||
<img alt="NPM version" src="https://img.shields.io/npm/v/@bandada/contracts?style=flat-square" />
|
||||
|
||||
2
apps/docs/static/data/articles.json
vendored
2
apps/docs/static/data/articles.json
vendored
@@ -4,6 +4,6 @@
|
||||
"minRead": 3,
|
||||
"date": "2023-08-23",
|
||||
"authors": ["Bandada team"],
|
||||
"url": "https://mirror.xyz/privacy-scaling-explorations.eth/p3Mtft28FG1ctgeUARVEKLTK_KexnWC6T4CUHaQark4"
|
||||
"url": "https://mirror.xyz/bandada-infra.eth/p3Mtft28FG1ctgeUARVEKLTK_KexnWC6T4CUHaQark4"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<img src="https://img.shields.io/badge/project-Bandada-blue.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://github.com/bandada-infra/bandada/blob/main/LICENSE">
|
||||
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/bandada.svg?style=flat-square">
|
||||
<img alt="Github license" src="https://img.shields.io/github/license/bandada-infra/bandada.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://www.npmjs.com/package/@bandada/api-sdk">
|
||||
<img alt="NPM version" src="https://img.shields.io/npm/v/@bandada/api-sdk?style=flat-square" />
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<img src="https://img.shields.io/badge/project-Bandada-blue.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://github.com/bandada-infra/bandada/blob/main/LICENSE">
|
||||
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/bandada.svg?style=flat-square">
|
||||
<img alt="Github license" src="https://img.shields.io/github/license/bandada-infra/bandada.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://www.npmjs.com/package/@bandada/credentials">
|
||||
<img alt="NPM version" src="https://img.shields.io/npm/v/@bandada/credentials?style=flat-square" />
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<img src="https://img.shields.io/badge/project-Bandada-blue.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://github.com/bandada-infra/bandada/blob/main/LICENSE">
|
||||
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/bandada.svg?style=flat-square">
|
||||
<img alt="Github license" src="https://img.shields.io/github/license/bandada-infra/bandada.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://www.npmjs.com/package/@bandada/hardhat">
|
||||
<img alt="NPM version" src="https://img.shields.io/npm/v/@bandada/hardhat?style=flat-square" />
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<img src="https://img.shields.io/badge/project-Bandada-blue.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://github.com/bandada-infra/bandada/blob/main/LICENSE">
|
||||
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/bandada.svg?style=flat-square">
|
||||
<img alt="Github license" src="https://img.shields.io/github/license/bandada-infra/bandada.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://www.npmjs.com/package/@bandada/utils">
|
||||
<img alt="NPM version" src="https://img.shields.io/npm/v/@bandada/utils?style=flat-square" />
|
||||
|
||||
Reference in New Issue
Block a user