Skip to content

Commit

Permalink
update readme and example
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Sep 18, 2020
1 parent be3e5f1 commit 8ba831c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
@@ -1,9 +1,9 @@
# EOS BP Information Standard
# EOSIO BP Information Standard
**JSON Standard for Block Producer Information on EOSIO Blockchains**

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

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)
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)

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

### Useful Links
One can check for data validity using: https://www.jsonschemavalidator.net/
2 changes: 2 additions & 0 deletions bp.json
Expand Up @@ -7,6 +7,8 @@
"ownership_disclosure":"",
"email":"",
"github_user":"",
"chain_resources": "",
"other_resources": "",
"branding":{
"logo_256":"",
"logo_1024":"",
Expand Down

0 comments on commit 8ba831c

Please sign in to comment.