-
Notifications
You must be signed in to change notification settings - Fork 2
More documentation on blockchain #4
Copy link
Copy link
Open
Description
In WordProof, the WordPress plugin uses EOS with the following endpoints/nodes:
$networks = array(
'eos_main' =>
array(
'host' => 'eos.greymass.com',
'port' => 443,
'protocol' => 'https',
'chainId' => 'aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906',
),
'telos_main' =>
array(
'host' => 'api.telosgermany.io',
'port' => 443,
'protocol' => 'https',
'chainId' => '4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11',
),
'eos_jungle' =>
array(
'host' => 'api.jungle.alohaeos.com',
'port' => 443,
'protocol' => 'https',
'chainId' => 'e70aaab8997e1dfce58fbfac80cbbb8fecec7b99cf982a9444273cbc64c41473',
),
); const networks = {
eos_main: {
host: 'eos.greymass.com',
port: 443,
protocol: 'https',
chainId: 'aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906'
},
telos_main: {
host: 'api.telosgermany.io',
port: 443,
protocol: 'https',
chainId: '4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11'
},
eos_jungle:{
host: 'api.jungle.alohaeos.com',
port: 443,
protocol: 'https',
chainId: 'e70aaab8997e1dfce58fbfac80cbbb8fecec7b99cf982a9444273cbc64c41473'
}
}Documentation reports:
The implementation will differ per blockchain.
As a potential user of the protocol, I would prefer to implement my solutions like done in the WordPress plugin. Can we document the following things:
- How to use EOS like the WordPress Plugin does?
- What node^1 would be preferred and why (Jungle, Greymass, Telos)?
- What role has a 'chain' within the WordProof-project and her conventions?
- What possible other blockchains would WordProof suggest me to use, beside EOS?
[1]: Is node the right term?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels