Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Blockchain Bingo to Ecosystem Showcase #3888

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ stats.py
unlighthouse.config.ts
# Local Netlify folder
.netlify

/roadmap/roadmap.json
/roadmap/roadmap.d.ts
/roadmap/roadmap.d.ts

.codegpt
12 changes: 12 additions & 0 deletions showcase.json
Original file line number Diff line number Diff line change
Expand Up @@ -4833,5 +4833,17 @@
"usesInternetIdentity": true,
"display": "Normal",
"logo": "/img/showcase/icptokens_logo.svg"
},
{
"id": "blockchain-bingo",
"name": "Blockchain Bingo",
"oneLiner": "Live Bingo games hosted 100% on the Internet Computer Protocol blockchain",
"website": "https://stcjb-wyaaa-aaaap-akm2a-cai.icp0.io/",
"tags": ["Games", "SocialFi"],
"description": "Blockchain Bingo is a decentralized application (dApp) that brings the classic game of Bingo to the blockchain. Leveraging the power of the Internet Computer, Bingo offers a secure and transparent platform where players can generate unique Bingo cards, participate in real-time games, and experience the thrill of winning wether it's a free game or game for a prize of ICP. Created from the template that is generated with dfx new.",
"logo": "/static/img/showcase/blockchain-bingo_logo.svg",
"usesInternetIdentity": true,
"authOrigins": ["https://identity.ic0.app/#authorize"],
"github": "https://github.com/dickhery/Blockchain-Bingo-on-ICP?tab=readme-ov-file#description"
}
]
66,364 changes: 66,364 additions & 0 deletions static/img/showcase/blockchain-bingo_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion submodules/dfxvm
2 changes: 1 addition & 1 deletion submodules/internetidentity
Submodule internetidentity updated 63 files
+3 โˆ’3 .github/CODEOWNERS
+0 โˆ’12 .github/PULL_REQUEST_TEMPLATE.md
+1 โˆ’1 Dockerfile
+38 โˆ’39 README.md
+1 โˆ’1 dfx.json
+4 โˆ’7 package-lock.json
+0 โˆ’6 src/asset_util/src/lib.rs
+0 โˆ’2 src/frontend/generated/internet_identity_idl.js
+0 โˆ’1 src/frontend/generated/internet_identity_types.d.ts
+ โˆ’ src/frontend/src/assets/icons/Gate23_logo.png
+4 โˆ’0 src/frontend/src/assets/icons/allkinds_logo.svg
+ โˆ’ src/frontend/src/assets/icons/arth_logo.png
+ โˆ’ src/frontend/src/assets/icons/asset-app_logo.png
+ โˆ’ src/frontend/src/assets/icons/blocklist.png
+ โˆ’ src/frontend/src/assets/icons/bridge23_logo.png
+ โˆ’ src/frontend/src/assets/icons/civic_logo.png
+ โˆ’ src/frontend/src/assets/icons/dflow_logo.png
+ โˆ’ src/frontend/src/assets/icons/faceless_logo.png
+ โˆ’ src/frontend/src/assets/icons/ic-mind-body-canister.png
+ โˆ’ src/frontend/src/assets/icons/icevent_logo_112x112.png
+ โˆ’ src/frontend/src/assets/icons/icpsig_logo.png
+0 โˆ’34 src/frontend/src/assets/icons/icptokens_logo.svg
+ โˆ’ src/frontend/src/assets/icons/ictoolkit_logo.png
+1 โˆ’1 src/frontend/src/assets/icons/juno_logo.svg
+ โˆ’ src/frontend/src/assets/icons/metaviz_logo.png
+4 โˆ’1 src/frontend/src/assets/icons/oisy_logo.svg
+ โˆ’ src/frontend/src/assets/icons/oneblock.png
+ โˆ’ src/frontend/src/assets/icons/open-internet-metaverse_logo.webp
+27 โˆ’1 src/frontend/src/assets/icons/pass_logo.svg
+ โˆ’ src/frontend/src/assets/icons/taxlint_logo.png
+ โˆ’ src/frontend/src/assets/icons/virtuaseal.png
+ โˆ’ src/frontend/src/assets/icons/yuku_logo.png
+1 โˆ’0 src/frontend/src/assets/icons/zondax-logo.svg
+14 โˆ’16 src/frontend/src/components/authenticateBox/index.ts
+0 โˆ’63 src/frontend/src/featureFlags/index.test.ts
+0 โˆ’66 src/frontend/src/featureFlags/index.ts
+3 โˆ’3 src/frontend/src/flows/authorize/index.ts
+36 โˆ’6 src/frontend/src/flows/dappsExplorer/dapps.json
+3 โˆ’3 src/frontend/src/flows/manage/index.ts
+5 โˆ’17 src/frontend/src/flows/recovery/recoverWith/device.ts
+7 โˆ’2 src/frontend/src/flows/register/index.ts
+1 โˆ’1 src/frontend/src/flows/verifiableCredentials/index.ts
+5 โˆ’5 src/frontend/src/styles/main.css
+2 โˆ’4 src/frontend/src/test-e2e/pinAuth.test.ts
+1 โˆ’1 src/frontend/src/utils/authnMethodData.ts
+0 โˆ’20 src/frontend/src/utils/credential-devices.ts
+0 โˆ’167 src/frontend/src/utils/findWebAuthnRpId.test.ts
+0 โˆ’110 src/frontend/src/utils/findWebAuthnRpId.ts
+13 โˆ’4 src/frontend/src/utils/iiConnection.ts
+12 โˆ’16 src/frontend/src/utils/multiWebAuthnIdentity.ts
+0 โˆ’179 src/frontend/src/utils/userAgent.test.ts
+0 โˆ’62 src/frontend/src/utils/userAgent.ts
+1 โˆ’1 src/frontend/src/utils/webAuthn.ts
+0 โˆ’2 src/internet_identity/internet_identity.did
+3 โˆ’20 src/internet_identity/src/assets.rs
+1 โˆ’12 src/internet_identity/src/main.rs
+0 โˆ’3 src/internet_identity/src/state.rs
+1 โˆ’1 src/internet_identity/src/storage/anchor.rs
+0 โˆ’5 src/internet_identity/src/storage/storable_persistent_state.rs
+1 โˆ’139 src/internet_identity/tests/integration/config.rs
+0 โˆ’129 src/internet_identity/tests/integration/http.rs
+0 โˆ’1 src/internet_identity_interface/src/internet_identity/types.rs
+1 โˆ’1 src/showcase/src/flows.ts
2 changes: 1 addition & 1 deletion submodules/motoko
Submodule motoko updated 157 files
2 changes: 1 addition & 1 deletion submodules/response-verfication
Submodule response-verfication updated 43 files
+0 โˆ’7 Cargo.lock
+0 โˆ’1 Cargo.toml
+1 โˆ’1 dfx.json
+18 โˆ’121 examples/http-certification/assets/README.md
+0 โˆ’4 examples/http-certification/assets/src/backend/Cargo.toml
+16 โˆ’88 examples/http-certification/assets/src/backend/src/lib.rs
+0 โˆ’10 examples/http-certification/assets/src/tests/jest.config.ts
+0 โˆ’10 examples/http-certification/assets/src/tests/package.json
+0 โˆ’367 examples/http-certification/assets/src/tests/src/http.spec.ts
+0 โˆ’32 examples/http-certification/assets/src/tests/src/wasm.ts
+0 โˆ’8 examples/http-certification/assets/src/tests/tsconfig.json
+118 โˆ’105 examples/http-certification/custom-assets/README.md
+0 โˆ’4 examples/http-certification/custom-assets/src/backend/Cargo.toml
+112 โˆ’80 examples/http-certification/custom-assets/src/backend/src/lib.rs
+4 โˆ’265 examples/http-certification/custom-assets/src/tests/src/http.spec.ts
+1 โˆ’1 examples/http-certification/custom-assets/src/tests/src/wasm.ts
+94 โˆ’104 examples/http-certification/json-api/README.md
+1 โˆ’1 examples/http-certification/json-api/src/backend/Cargo.toml
+75 โˆ’49 examples/http-certification/json-api/src/backend/src/lib.rs
+16 โˆ’8 examples/http-certification/skip-certification/README.md
+0 โˆ’2 examples/http-certification/skip-certification/src/backend/Cargo.toml
+27 โˆ’19 examples/http-certification/skip-certification/src/backend/src/lib.rs
+2 โˆ’49 examples/http-certification/skip-certification/src/tests/src/http.spec.ts
+5 โˆ’11 examples/http-certification/upgrade-to-update-call/README.md
+7 โˆ’184 packages/ic-asset-certification/README.md
+95 โˆ’259 packages/ic-asset-certification/src/asset_router.rs
+2 โˆ’199 packages/ic-asset-certification/src/lib.rs
+56 โˆ’56 packages/ic-http-certification-tests/tests/v1_response_verification.rs
+62 โˆ’54 packages/ic-http-certification-tests/tests/v2_response_verification_certification_scenarios.rs
+26 โˆ’26 packages/ic-http-certification-tests/tests/v2_response_verification_happy_path.rs
+32 โˆ’32 packages/ic-http-certification-tests/tests/v2_response_verification_sad_path.rs
+0 โˆ’1 packages/ic-http-certification/Cargo.toml
+11 โˆ’39 packages/ic-http-certification/README.md
+5 โˆ’23 packages/ic-http-certification/src/hash/request_hash.rs
+31 โˆ’30 packages/ic-http-certification/src/hash/response_hash.rs
+51 โˆ’99 packages/ic-http-certification/src/http/http_request.rs
+7 โˆ’382 packages/ic-http-certification/src/http/http_response.rs
+39 โˆ’66 packages/ic-http-certification/src/lib.rs
+86 โˆ’313 packages/ic-http-certification/src/tree/certification_tree.rs
+1 โˆ’1 packages/ic-http-certification/src/utils/response_header.rs
+2 โˆ’3 packages/ic-response-verification-wasm/src/request.rs
+0 โˆ’8 pnpm-lock.yaml
+0 โˆ’1 pnpm-workspace.yaml
2 changes: 1 addition & 1 deletion submodules/sdk
Submodule sdk updated 35 files
+2 โˆ’37 CHANGELOG.md
+734 โˆ’1,016 Cargo.lock
+4 โˆ’4 Cargo.toml
+1 โˆ’2 deny.toml
+1 โˆ’1 docs/cli-reference/dfx-canister.mdx
+2 โˆ’0 docs/cli-reference/dfx-cycles.mdx
+0 โˆ’2 docs/cli-reference/dfx-deps.mdx
+0 โˆ’11 docs/dfx-json-schema.json
+0 โˆ’1 docs/networks-json-schema.json
+13 โˆ’17 docs/process/release.md
+1 โˆ’23 e2e/tests-dfx/assetscanister.bash
+0 โˆ’4 e2e/tests-dfx/cycles-ledger.bash
+2 โˆ’2 e2e/tests-icx-asset/icx-asset.bash
+9 โˆ’9 nix/sources.json
+2 โˆ’3 public/manifest.json
+1 โˆ’1 rust-toolchain.toml
+8 โˆ’25 src/canisters/frontend/ic-asset/src/asset/config.rs
+0 โˆ’84 src/canisters/frontend/ic-certified-assets/src/state_machine.rs
+1 โˆ’17 src/canisters/frontend/ic-frontend-canister/src/lib.rs
+0 โˆ’4 src/dfx-core/CHANGELOG.md
+1 โˆ’1 src/dfx-core/Cargo.toml
+1 โˆ’1 src/dfx/Cargo.toml
+8 โˆ’8 src/dfx/assets/dfx-asset-sources.toml
+1 โˆ’2 src/dfx/src/commands/canister/call.rs
+3 โˆ’3 src/dfx/src/commands/canister/request_status.rs
+1 โˆ’1 src/dfx/src/commands/canister/send.rs
+1 โˆ’1 src/dfx/src/lib/deps/mod.rs
+3 โˆ’5 src/dfx/src/lib/deps/pull/mod.rs
+2 โˆ’6 src/dfx/src/lib/diagnosis.rs
+2 โˆ’2 src/dfx/src/lib/environment.rs
+1 โˆ’1 src/dfx/src/lib/manifest.rs
+2 โˆ’12 src/dfx/src/lib/operations/canister/motoko_playground.rs
+1 โˆ’31 src/dfx/src/lib/operations/ledger.rs
+0 โˆ’4 src/dfx/src/main.rs
+ โˆ’ src/distributed/assetstorage.wasm.gz
Loading