diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 74dcf65..0567cda 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ We're really glad you're reading this, because we need volunteer developers to h ## Issues -The best way to contribute to our projects is by opening a [new issue](https://github.com/privacy-scaling-explorations/bandada/issues/new/choose) or tackling one of the issues listed [here](https://github.com/privacy-scaling-explorations/bandada/contribute). +The best way to contribute to our projects is by opening a [new issue](https://github.com/bandada-infra/bandada/issues/new/choose) or tackling one of the issues listed [here](https://github.com/bandada-infra/bandada/contribute). ## Pull Requests diff --git a/README.md b/README.md index d35d66f..65e76d7 100644 --- a/README.md +++ b/README.md @@ -5,20 +5,20 @@

- + - - Github license + + Github license - - GitHub Workflow test + + GitHub Workflow test - - GitHub Workflow style + + GitHub Workflow style - - Coveralls + + Coveralls Linter eslint @@ -39,7 +39,7 @@ 🤝 Code of conduct   |   - + 🔎 Issues   |   @@ -195,7 +195,7 @@ The applications will be deployed at the following URLs without any changes to t Clone this repository: ```bash -git clone https://github.com/privacy-scaling-explorations/bandada.git +git clone https://github.com/bandada-infra/bandada.git ``` and install the dependencies: @@ -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 diff --git a/apps/api/src/main.ts b/apps/api/src/main.ts index ec94a0a..1e16781 100644 --- a/apps/api/src/main.ts +++ b/apps/api/src/main.ts @@ -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 @@ -76,7 +76,7 @@ async function bootstrap() { // Create a hyperlink element const link = document.createElement('a'); - link.href = 'https://github.com/privacy-scaling-explorations/bandada'; + link.href = 'https://github.com/bandada-infra/bandada'; link.rel = 'noreferrer noopener nofollow'; link.target = '_blank' link.style.color = 'grey'; diff --git a/apps/client/src/pages/home.tsx b/apps/client/src/pages/home.tsx index 2738674..c802916 100644 --- a/apps/client/src/pages/home.tsx +++ b/apps/client/src/pages/home.tsx @@ -158,7 +158,7 @@ export default function HomePage(): JSX.Element { diff --git a/apps/contracts/contracts/README.md b/apps/contracts/contracts/README.md index 16d4468..8c6b3b7 100644 --- a/apps/contracts/contracts/README.md +++ b/apps/contracts/contracts/README.md @@ -6,11 +6,11 @@

- + - - Github license + + Github license NPM version @@ -22,15 +22,15 @@

- + 👥 Contributing   |   - + 🤝 Code of conduct   |   - + 🔎 Issues   |   diff --git a/apps/contracts/contracts/package.json b/apps/contracts/contracts/package.json index 280fd01..0115546 100644 --- a/apps/contracts/contracts/package.json +++ b/apps/contracts/contracts/package.json @@ -20,10 +20,10 @@ "zero-knowledge-proofs", "proof-of-membership" ], - "repository": "https://github.com/privacy-scaling-explorations/bandada", - "homepage": "https://github.com/privacy-scaling-explorations/bandada/tree/main/packages/contracts", + "repository": "https://github.com/bandada-infra/bandada", + "homepage": "https://github.com/bandada-infra/bandada/tree/main/packages/contracts", "bugs": { - "url": "https://github.com/privacy-scaling-explorations/bandada.git/issues" + "url": "https://github.com/bandada-infra/bandada.git/issues" }, "publishConfig": { "access": "public" diff --git a/apps/dashboard/src/pages/home.tsx b/apps/dashboard/src/pages/home.tsx index 2c19895..1ffd9f1 100644 --- a/apps/dashboard/src/pages/home.tsx +++ b/apps/dashboard/src/pages/home.tsx @@ -56,7 +56,7 @@ export default function HomePage(): JSX.Element { diff --git a/apps/docs/docs/api/api-sdk.md b/apps/docs/docs/api/api-sdk.md index 1a98d33..46db151 100644 --- a/apps/docs/docs/api/api-sdk.md +++ b/apps/docs/docs/api/api-sdk.md @@ -7,7 +7,7 @@ import TabItem from "@theme/TabItem" # API SDK -[The API SDK JavaScript package](https://github.com/privacy-scaling-explorations/bandada/tree/main/libs/api-sdk) provides a list of functions to make it easier to work with the Bandada API. +[The API SDK JavaScript package](https://github.com/bandada-infra/bandada/tree/main/libs/api-sdk) provides a list of functions to make it easier to work with the Bandada API. Example of project using the API SDK library: [bandada-api-sdk-demo](https://github.com/bandada-infra/bandada-sdk-demo). @@ -60,7 +60,7 @@ import { ApiSdk } from "@bandada/api-sdk" const apiSdk = new ApiSdk() ``` -- Creates a new instance using a [Supported URL](https://github.com/privacy-scaling-explorations/bandada/blob/main/libs/api-sdk/src/types/index.ts#L43). +- Creates a new instance using a [Supported URL](https://github.com/bandada-infra/bandada/blob/main/libs/api-sdk/src/types/index.ts#L43). This is useful when working with the development environment. diff --git a/apps/docs/docusaurus.config.ts b/apps/docs/docusaurus.config.ts index 3e3c35e..ffc0554 100644 --- a/apps/docs/docusaurus.config.ts +++ b/apps/docs/docusaurus.config.ts @@ -91,7 +91,7 @@ const config: Config = { }, { label: "GitHub", - href: "https://github.com/privacy-scaling-explorations/bandada" + href: "https://github.com/bandada-infra/bandada" }, { label: "X (Twitter)", diff --git a/apps/docs/static/data/articles.json b/apps/docs/static/data/articles.json index 05fbba5..2db82d2 100644 --- a/apps/docs/static/data/articles.json +++ b/apps/docs/static/data/articles.json @@ -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" } ] diff --git a/libs/api-sdk/README.md b/libs/api-sdk/README.md index 1e8880b..3861e12 100644 --- a/libs/api-sdk/README.md +++ b/libs/api-sdk/README.md @@ -6,11 +6,11 @@

- + - - Github license + + Github license NPM version @@ -28,15 +28,15 @@

- + 👥 Contributing   |   - + 🤝 Code of conduct   |   - + 🔎 Issues   |   diff --git a/libs/api-sdk/package.json b/libs/api-sdk/package.json index a1ce781..c3cb30b 100644 --- a/libs/api-sdk/package.json +++ b/libs/api-sdk/package.json @@ -15,10 +15,10 @@ "LICENSE", "README.md" ], - "repository": "https://github.com/privacy-scaling-explorations/bandada", - "homepage": "https://github.com/privacy-scaling-explorations/bandada/tree/main/libs/api-sdk", + "repository": "https://github.com/bandada-infra/bandada", + "homepage": "https://github.com/bandada-infra/bandada/tree/main/libs/api-sdk", "bugs": { - "url": "https://github.com/privacy-scaling-explorations/bandada.git/issues" + "url": "https://github.com/bandada-infra/bandada.git/issues" }, "scripts": { "build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript", diff --git a/libs/credentials/README.md b/libs/credentials/README.md index 62d29e4..d4d5412 100644 --- a/libs/credentials/README.md +++ b/libs/credentials/README.md @@ -6,11 +6,11 @@

- + - - Github license + + Github license NPM version @@ -28,15 +28,15 @@

- + 👥 Contributing   |   - + 🤝 Code of conduct   |   - + 🔎 Issues   |   diff --git a/libs/credentials/package.json b/libs/credentials/package.json index c493d52..33a5323 100644 --- a/libs/credentials/package.json +++ b/libs/credentials/package.json @@ -15,10 +15,10 @@ "LICENSE", "README.md" ], - "repository": "https://github.com/privacy-scaling-explorations/bandada", - "homepage": "https://github.com/privacy-scaling-explorations/bandada/tree/main/libs/credentials", + "repository": "https://github.com/bandada-infra/bandada", + "homepage": "https://github.com/bandada-infra/bandada/tree/main/libs/credentials", "bugs": { - "url": "https://github.com/privacy-scaling-explorations/bandada.git/issues" + "url": "https://github.com/bandada-infra/bandada.git/issues" }, "scripts": { "build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript", diff --git a/libs/hardhat/README.md b/libs/hardhat/README.md index 47d1b8a..be5ad8b 100644 --- a/libs/hardhat/README.md +++ b/libs/hardhat/README.md @@ -6,11 +6,11 @@

- + - - Github license + + Github license NPM version @@ -28,15 +28,15 @@

- + 👥 Contributing   |   - + 🤝 Code of conduct   |   - + 🔎 Issues   |   diff --git a/libs/hardhat/package.json b/libs/hardhat/package.json index 727486d..56859d2 100644 --- a/libs/hardhat/package.json +++ b/libs/hardhat/package.json @@ -15,10 +15,10 @@ "LICENSE", "README.md" ], - "repository": "https://github.com/privacy-scaling-explorations/bandada", - "homepage": "https://github.com/privacy-scaling-explorations/bandada/tree/main/libs/hardhat", + "repository": "https://github.com/bandada-infra/bandada", + "homepage": "https://github.com/bandada-infra/bandada/tree/main/libs/hardhat", "bugs": { - "url": "https://github.com/privacy-scaling-explorations/bandada.git/issues" + "url": "https://github.com/bandada-infra/bandada.git/issues" }, "scripts": { "build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript", diff --git a/libs/utils/README.md b/libs/utils/README.md index 0ff2a64..2e2eb9f 100644 --- a/libs/utils/README.md +++ b/libs/utils/README.md @@ -6,11 +6,11 @@

- + - - Github license + + Github license NPM version @@ -28,15 +28,15 @@

- + 👥 Contributing   |   - + 🤝 Code of conduct   |   - + 🔎 Issues   |   diff --git a/libs/utils/package.json b/libs/utils/package.json index 7bec4a6..85ea440 100644 --- a/libs/utils/package.json +++ b/libs/utils/package.json @@ -15,10 +15,10 @@ "LICENSE", "README.md" ], - "repository": "https://github.com/privacy-scaling-explorations/bandada", - "homepage": "https://github.com/privacy-scaling-explorations/bandada/tree/main/libs/utils", + "repository": "https://github.com/bandada-infra/bandada", + "homepage": "https://github.com/bandada-infra/bandada/tree/main/libs/utils", "bugs": { - "url": "https://github.com/privacy-scaling-explorations/bandada.git/issues" + "url": "https://github.com/bandada-infra/bandada.git/issues" }, "scripts": { "build:watch": "rollup -c rollup.config.ts -w --configPlugin typescript", diff --git a/package.json b/package.json index 0c028ed..b4d9829 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "bandada", "description": "A system for managing privacy-preserving groups.", "license": "MIT", - "repository": "git@github.com:privacy-scaling-explorations/bandada.git", - "homepage": "https://github.com/privacy-scaling-explorations/bandada", - "bugs": "https://github.com/privacy-scaling-explorations/bandada/issues", + "repository": "git@github.com:bandada-infra/bandada.git", + "homepage": "https://github.com/bandada-infra/bandada", + "bugs": "https://github.com/bandada-infra/bandada/issues", "private": true, "scripts": { "start": "yarn workspaces foreach --exclude bandada-docs -A -pi run start",