Secondary languageEnglish remains the fixed primary language.
IV

Adoption & Implementation

Applied architectures, implementation and adoption.

適用構造・実装・導入工程

06

Applied Architectures

Asset, credential and service patterns.

資産・証明・サービスの適用構造。

Use caseOn-chainOff-chainPrimary controlArchitecture
Enterprise utility tokenBalances, transfer eventsTerms, account recordsSupply and treasuryReference pattern
Loyalty / pointsOptional asset recordCustomer and settlement dataPrivacy and reconciliationReference pattern
Membership credentialCredential referenceMember profileRevocation and privacyReference pattern
Brand / IP NFTOwnership and provenanceMedia and licenceRights and metadataReference pattern
Authenticity certificateDigest and issuerProduct dossierIssuer custodyReference pattern
Ticket / access passAccess asset stateIdentity and event opsTransfer and expiryReference pattern
Regional ecosystem tokenAsset and settlement eventsLocal operating rulesGovernance and complianceReference pattern
Digital certificateDigest and statusEvidence fileIssuer and revocationReference pattern
Community servicesService receiptProtected records and moderationData minimizationReference pattern
DApp / marketplaceContract eventsSearch, content, supportPlatform and contract adminReference pattern
On-chain and off-chain architectureデータ分離
Enterprise record
Data classification
Minimal on-chain state
Governed off-chain evidence
Audit readback
07

Implementation Reference

Network binding, contract toolchain and verification.

ネットワーク接続・コントラクト実装・検証体系。

Verification in Progress

Public Testnet Network Configuration

実値はAWS Runtime Acceptance完了後、承認済みNetwork Registryから公開します。未確定値は推測しません。

Field / 項目Published value / 公開値Acceptance boundary / 受入条件
Network NameJUNCA Social Ecosystem Chain Public TestnetControlled public-testnet designation
Chain ID20260723Verified operational readback; wallet registration remains separately governed
Public RPC URLRead-only policyTransaction submission is disabled; use the Operational API for published status
WebSocket URLNot published in this referenceNo endpoint is inferred from implementation state
Explorer URLexplorer.jaios-governance.orgFinalized, read-only public evidence surface
Currency SymbolNot assertedNo test asset symbol is published before registry approval
Faucet URLNot assertedNo faucet endpoint is published without auditable issuance controls
Genesis HashNot published in this referenceNo hash is inferred; it must match the deployed canonical genesis
Finality PolicyCertified finality · 3 / 3 observedVerified against the current read-only Explorer snapshot
  1. 01
    Prerequisites

    Node.js 22+, an approved wallet, test-only account, source control and a secrets-safe environment.

  2. 02
    Network configuration

    Integrations consume the published network registry for Chain ID, RPC, WebSocket, Explorer, Faucet and currency metadata. Configuration is never copied from unverified examples.

  3. 03
    Contract toolchain

    Approved compiler targets, dependencies and asset standards are pinned to the canonical compatibility matrix and verified at deployment.

  4. 04
    Release evidence

    Compile, unit test, negative test, security review, testnet deployment, Explorer verification and monitoring evidence form one release packet.

Testable configuration guard

// network-readiness.mjs
const network = {
  name: "JUNCA Social Ecosystem Chain Public Testnet",
  chainId: Number(process.env.JUNCA_CHAIN_ID),
  rpcUrl: process.env.JUNCA_TESTNET_RPC_URL,
  explorerUrl: process.env.JUNCA_EXPLORER_URL,
  notice: "Public Testnet / Protocol Validation Environment"
};

if (!network.chainId || !network.rpcUrl || !network.explorerUrl) {
  console.info("Registry verification in progress");
}

console.log(JSON.stringify({
  ...network,
  rpcUrl: "[verified / redacted]"
}, null, 2));

Configuration examples are published only from an accepted network registry and redact secrets by design.

Wallet – DApp – RPC – Validator – Explorer接続・検証構成
Wallet
Partner DApp
Public RPC boundary
Validator quorum
Explorer parity
Public administrative, debug, mining, personal and txpool methods are intentionally not exposed.
01

Getting Started

前提環境、公開状態、テスト専用アカウントを確認します。

Guide Available
02

Network Configuration

承認済みNetwork Registryのみを使用し、未確定値を推測しません。

Evidence-bound Read-only Access
03

Wallet Setup

Chain ID、RPC、Currency Symbolの公開後にWalletへ登録します。

Evidence-bound Read-only Access
04

RPC Reference

公開許可Methodと禁止Methodを分離し、管理系RPCを公開しません。

Evidence-bound Read-only Access
05

Smart Contract Deployment

Compiler、Dependency、Source Commit、Deployment Evidenceを固定します。

Evidence-bound Read-only Access
06

Token Standard

Supply、Mint、Burn、Pause、Treasury権限を分離して検証します。

Evidence-bound Read-only Access
07

NFT Standard

Metadata、権利、Storage、Integrity Digest、Migrationを定義します。

Evidence-bound Read-only Access
08

SDK and Samples

Runtime Binding完了後に正本Repositoryから提供します。

Evidence-bound Read-only Access
09

Faucet

Test Asset Separation、Rate Limit、Abuse Controlを前提に公開します。

Evidence-bound Read-only Access
10

Explorer Verification

Source VerificationとRPC/Explorer Parityを記録します。

Evidence-bound Read-only Access
11

Security and Audit

Negative Test、権限、秘密情報、Incident Routeを監査します。

Guide Available
12

Partner Release Checklist

Testnet Evidence、監査、運用、Release Approvalを一つのPacketにします。

Guide Available
08

Institutional Adoption Lifecycle

Evidence-gated progression from definition to operation.

定義から運用へ進む証跡基準の導入工程。

01

Use-case definition

Partner organization

Required evidence
Purpose, operating domains, value flow
Exit condition
Approved scope
02

Architecture review

Partner + Technical team

Required evidence
On/off-chain map, data classification
Exit condition
Architecture decision
03

Governance & compliance

Partner + JAIOS

Required evidence
Role matrix, legal review, custody model
Exit condition
Control acceptance
04

Testnet access

JAIOS Institutional Governance

Required evidence
Approved network configuration
Exit condition
Access evidence
05

Contract development

Development partner

Required evidence
Source, tests, dependency record
Exit condition
Review candidate
06

Security testing

Independent reviewer

Required evidence
Threat model, test evidence, findings
Exit condition
Critical findings closed
07

Runtime acceptance

JAIOS + Partner

Required evidence
Advancing head, signer set, RPC boundary
Exit condition
Machine decision
08

Operational readiness

Partner operator

Required evidence
Monitoring, incident, migration
Exit condition
Readiness checklist
09

Mainnet release review

Institutional governance

Required evidence
Release packet and approvals
Exit condition
Separate GO decision
10

Post-release monitoring

Shared responsibility

Required evidence
Telemetry, audit trail, incident evidence
Exit condition
Continuous control
Testnet-to-mainnet release gateリリース判定
Contract candidate
Public Testnet evidence
Runtime acceptance
Operational readiness
Separate Mainnet review
Mainnet activation is always a separate institutional decision supported by a complete release packet.

Documents & source records

Read the underlying material.

この章の根拠資料・仕様・検証記録

Development governance

Canonical foundation and auxiliary gateway are explicitly separated.

正規開発基盤と補助ゲートウェイを明確に分離して表示します。

Canonical protocol development foundationPR #237 · MERGED

Reproducible blockchain protocol development environment merged to main.

再現可能なブロックチェーン開発環境を正規基盤としてmainへ統合済みです。

Inspect PR #237 ↗
Auxiliary read-only capabilityPR #236 · OPEN DRAFT

Custom GPT Gateway remains auxiliary, unmerged and not deployed or registered.

Custom GPT Gatewayは補助機能であり、未統合・未配置・未登録です。

Inspect PR #236 ↗
Governed readbackPublic Testnet · Read-only · Protocol Validation Environment

Measured runtime evidence, published from the current Explorer readback.

実測済みの運用証跡を、推測を加えずに表示します。

Explorer observed · 2026-08-04T23:47:10.971480+00:00

Network
VERIFIED
Runtime
READY · READ-ONLY
Finality
3 / 3
Finalized Height
10360
Finalized Block Hash
0x43de10d626627478b257083bb50180710ef6cec11e27bc450f6368e440f679e4
Certificate Hash
0xfb4cbeafff162fa04fc8eceac9e5a489617ff05e469eae53399fd6ea2c2cadab
State Root
0x4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945
Chain ID
20260723
Client Version
JUNCA-Social-Ecosystem-Chain/public-testnet-python-v1
Runtime Artifact Commit
42a64411ee406dfda814cf519a74478f5669cb7b
Genesis SHA-256
285f1aa2610ec98fba598aa3c8e721b54daeeddf2047b7f809f57c63db98dc95
Node Artifact SHA-256
cf1ca0039d7855e5dc9cd2bda00d8ea691bb702966fa538c4510195a8926317f
Transactions
0
Peer Count
2
Block Timestamp
2026-08-04T23:47:00.000Z

Mainnet Changed: false · Assets Moved: false · Bridge Activated: false · Mainnet Activation Authorized: false.