You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+49-37Lines changed: 49 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
##Polkadot Bulletin chain
1
+
# Polkadot Bulletin chain
2
2
3
3
The Bulletin chain consists of a customized node implementation and a single runtime.
4
4
@@ -29,7 +29,6 @@ The core functionality of the bulletin chain is in the transaction-storage palle
29
29
30
30
Data is added via the `transactionStorage.store` extrinsic, provided the storage of the data is authorized by root call. Authorization is granted either for a specific account via authorize_account or for data with a specific preimage via authorize_preimage. Once data is stored, it can be retrieved from IPFS with the Blake2B hash of the data.
31
31
32
-
33
32
#### Bridge to PeopleChain
34
33
For Rococo, we have a PeopleRococo → BridgeHubRococo → Bulletin connection.
35
34
@@ -49,40 +48,14 @@ Controls the validator set. Currently set in genesis and validators can be added
Stores arbitrary data on IPFS via the `store` extrinsic, provided that either the signer or the preimage of the data are pre-authorized. Stored data can be retrieved from IPFS or directly from the node via the transaction index or hash.
This chapter provides a one-time example setup. For more details about running a validator and key management, see: [https://docs.polkadot.com/infrastructure/running-a-validator/#running-a-validator.”](https://docs.polkadot.com/infrastructure/running-a-validator/#running-a-validator.”).
* Update `.genesis.runtimeGenesis.patch.validatorSet.initialValidators` with a validator account public key (example above: `5DWpUqkKHHCaRHVqgocGMnJhuvNtCfm7xvqtSd23Mu6kEVQ9`)
180
156
* Update `genesis.runtimeGenesis.patch.session.keys` (and new element)
@@ -199,7 +175,43 @@ Secret Key URI `0x749a0904471df8d128b49dfeedf4081af0846b839c6eb69c536cf500e38866
0 commit comments