Skip to content

Commit 8ba831c

Browse files
committed
update readme and example
1 parent be3e5f1 commit 8ba831c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# EOS BP Information Standard
1+
# EOSIO BP Information Standard
22
**JSON Standard for Block Producer Information on EOSIO Blockchains**
33

44
This is a proposed standard for Block Producer candidates to publish as the URL field of the `regproducer` action on the `eosio.system` contract.
55

6-
The current revision (1.0.1) is compliant with the JSON schema [Draft 2019-09](https://json-schema.org/specification-links.html#2019-09-formerly-known-as-draft-8)
6+
The current revision **v1.0.1** is compliant with the JSON schema [Draft 2019-09](https://json-schema.org/specification-links.html#2019-09-formerly-known-as-draft-8)
77

88
- producer_account_name: Name of producer account
99
- org: {Object}
@@ -13,6 +13,8 @@ The current revision (1.0.1) is compliant with the JSON schema [Draft 2019-09](h
1313
- ownership_disclosure: Full URL to page,
1414
- email: Contact email
1515
- github_user: Operational github username
16+
- chain_resources: Website with chain related resources (snapshots & backups)
17+
- other_resources: [Array] - List of other relevant URLs
1618
- branding: {Object} - Logo images
1719
- logo_256: Entire url to image 256x256px
1820
- logo_1024: Entire url to image 1024x1024px
@@ -93,6 +95,7 @@ For query type nodes one or more features from the list below must be added:
9395
- `dfuse`
9496
- `fio-api`
9597
- `snapshot-api`
98+
- `dsp-api`
9699

97100
### Useful Links
98101
One can check for data validity using: https://www.jsonschemavalidator.net/

bp.json

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"ownership_disclosure":"",
88
"email":"",
99
"github_user":"",
10+
"chain_resources": "",
11+
"other_resources": "",
1012
"branding":{
1113
"logo_256":"",
1214
"logo_1024":"",

0 commit comments

Comments
 (0)