TheFreeBishop / Verus-Solana-Bridge

0 stars 0 forks source link

Verus-Solana-Bridge

Project to Define the scope of work and track the progress for the community Bounty Offered by Verus community members.

Latest Update

Bounty started on Initial research Phase.

Project synopsis

%%{init: { 'theme': 'dark', 'themeCSS': 'svg {background-color: black}' }}%%
graph LR
    A[Verus Daemon \n With modifications\n to handle\n solana proofs] -->|API Calls| B(Bridgekeeper)
    B --> C{API Call \n smart contract}
    C --> submitImports
    C --> getInfo
    C --> getExports
    C --> submitAcceptedNotarization
    C --> getNotarizationData
    C --> getBestProofRoot
    C --> getLastImportFrom
    C --> revokeidentity
    subgraph Solana
    submitImports
    getInfo
    getExports
    submitAcceptedNotarization
    getNotarizationData
    getBestProofRoot
    getLastImportFrom
    revokeidentity
    end

Resources

(https://github.com/VerusCoin/VerusCoin)

(https://github.com/VerusCoin/Verus-Ethereum-Contracts)

(https://github.com/VerusCoin/Verusbridgekeeper)

(https://github.com/VerusCoin/VerusBridgeWebsite)

(https://github.com/VerusCoin/Verus-Mobile)