Project to Define the scope of work and track the progress for the community Bounty Offered by Verus community members.
Bounty started on Initial research Phase.
%%{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
(https://github.com/VerusCoin/VerusCoin)
(https://github.com/VerusCoin/Verus-Ethereum-Contracts)
(https://github.com/VerusCoin/Verusbridgekeeper)
(https://github.com/VerusCoin/VerusBridgeWebsite)