Migrate BBoard Example dApp to Prepod/Preview (ledger-v7)#1223
Migrate BBoard Example dApp to Prepod/Preview (ledger-v7)#1223claudebarde merged 7 commits intomidnightntwrk:mainfrom
Conversation
| RUST_LOG: "indexer=info,chain_indexer=info,indexer_api=info,wallet_indexer=info,indexer_common=info,fastrace_opentelemetry=info,info" | ||
| # Random 32-byte hex-encoded secret used to make the standalone indexer run. | ||
| # Only needed to satisfy the config schema – not meant for secure use. | ||
| APP__INFRA__SECRET: "303132333435363738393031323334353637383930313233343536373839303132" |
Check failure
Code scanning / Opengrep OSS
Opengrep Finding: generic.secrets.security.detected-generic-secret.detected-generic-secret Error
| # Random 32-byte hex-encoded secret used to make the standalone indexer run. | ||
| # Only needed to satisfy the config schema – not meant for secure use. | ||
| APP__INFRA__SECRET: "303132333435363738393031323334353637383930313233343536373839303132" | ||
| APP__INFRA__NODE__URL: "ws://node:9944" |
Check failure
Code scanning / Opengrep OSS
Opengrep Finding: javascript.lang.security.detect-insecure-websocket.detect-insecure-websocket Error
| @@ -0,0 +1,35 @@ | |||
| services: | |||
| proof-server: | |||
Check warning
Code scanning / KICS
Container Capabilities Unrestricted Warning
| @@ -0,0 +1,35 @@ | |||
| services: | |||
| proof-server: | |||
Check warning
Code scanning / KICS
Healthcheck Not Set Warning
| @@ -0,0 +1,35 @@ | |||
| services: | |||
| proof-server: | |||
Check warning
Code scanning / KICS
Security Opt Not Set Warning
| proof-server: | ||
| image: 'bricktowers/proof-server:7.0.0' | ||
| container_name: "proof-server_$TESTCONTAINERS_UID" | ||
| ports: |
Check warning
Code scanning / KICS
Container Traffic Not Bound To Host Interface Warning
| ports: | ||
| - "6300" | ||
|
|
||
| indexer: |
Check warning
Code scanning / KICS
Container Capabilities Unrestricted Warning
| depends_on: | ||
| node: | ||
| condition: service_started | ||
| node: |
Check warning
Code scanning / KICS
Container Capabilities Unrestricted Warning
| depends_on: | ||
| node: | ||
| condition: service_started | ||
| node: |
Check warning
Code scanning / KICS
Security Opt Not Set Warning
| @@ -0,0 +1,9 @@ | |||
| services: | |||
| proof-server: | |||
Check warning
Code scanning / KICS
Container Capabilities Unrestricted Warning
| @@ -0,0 +1,9 @@ | |||
| services: | |||
| proof-server: | |||
Check warning
Code scanning / KICS
Healthcheck Not Set Warning
| @@ -0,0 +1,9 @@ | |||
| services: | |||
| proof-server: | |||
Check warning
Code scanning / KICS
Security Opt Not Set Warning
|
Last commit updates this PR to work with Preprod and ledger-v7 stack |
BBoard Example dApp – Preview Migration Report
Resolves: midnightntwrk/contributor-hub#248
Status: ✅ All done
Summary
The BBoard reference example dApp has been fully migrated from testnet to Preview, covering backend (contracts, scripts, config) and frontend, with no changes to repository structure or UI behavior.
Work Completed
Documentation
Acceptance
Demo Video
https://www.youtube.com/watch?v=kpHrDiMfe08