CBMSA / CBMSA/cbdcwire

CREATE TABLE cbdc_transactions (     id NUMBER GENERATED ALWAYS AS IDENTITY PRIMARY KEY,     type VARCHAR2(50),     recipient VARCHAR2(50),     bank VARCHAR2(50),     amount NUMBER,     status VARCHAR2(20),     created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP ); --- 3. Oracle Blockchain (Hyperledger Fabric) Smart Contract (cbdcContract.js) 'use strict'; const { Contract } = require('fabric-contract-api'); class CBDCContract extends Contract {     async sendToBank(ctx, bank

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

This issue has no description.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.