Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Item

Summary

Links

Status

Rework navigation and user flow

  • Currently, the site takes a “list information” approach and is not geared to a specific user (e.g., wallets, exchanges, etc.)

David Gold suggested we migrate to target specific integrators: Wallet Integration, Exchange Integration, etc. We would pull out common tasks into shared pages, but would gear the integration language to be specific to the different use cases.

Suggested outline: https://docs.google.com/document/d/1fu0KJr_pYg75WJN7zgtvx459vKUzPh2iFWfGhAsTpFM/edit?ts=60888ed6

Status
titledone

Building an API node and upgrade process (for wallets and exchanges)

  • Create a document on the different paths to building an API node

https://github.com/fioprotocol/fio-devhub/issues/95

https://github.com/fioprotocol/fio-devhub/issues/7

Status
titledone

Integration guide

  • Fixes to new integration guide from Pawel

https://fioprotocol.atlassian.net/browse/BD-2496

Status
titledone

Indexing transactions

  • Add more detail on indexing transactions

https://github.com/fioprotocol/fio-devhub/issues/50

Status
titledone

Submit transactions: Packing and Signing

  • Add more detail on packing and signing transactions

https://github.com/fioprotocol/fio-devhub/issues/138

Status
titledone

BP Voting and Proxying

  • Updating voting page to clean up and add intro on how to research BP activity

https://github.com/fioprotocol/fio-devhub/issues/112

https://github.com/fioprotocol/fio-devhub/issues/20

PR: https://github.com/fioprotocol/fio-devhub/pull/177

Status
titledone

general BP info

  • Links to different BP resources

https://github.com/fioprotocol/fio-devhub/issues/27

PR: https://github.com/fioprotocol/fio-devhub/pull/177

Status
titledone

FIO Versioning

  • Port Versioning document from confluence

https://github.com/fioprotocol/fio-devhub/issues/22
Dev hub page: https://developers.fioprotocol.io/docs/developers/versioning

Status
titledone

Pub/Priv Keys

  • Info on deriving and validating FIO Pub/Priv Keys

https://github.com/fioprotocol/fio-devhub/issues/11
Devhub page: https://developers.fioprotocol.io/docs/fio-protocol/keys

Status
titledone

BP Fee setting

  • BP Fee setting - update with links to tools

https://github.com/fioprotocol/fio-devhub/issues/108

PR: https://github.com/fioprotocol/fio-devhub/pull/177

Status
titledone

UX best practices

https://fioprotocol.atlassian.net/browse/BD-3117

History API

  • Add history API

https://githubfioprotocol.atlassian.comnet/fioprotocolbrowse/fio-devhub/issues/21BD-3119

Purchase of domains and addresses

Simple explanation of how to purchase a domain or address if you are a new integrator. How to transfer if it is owned by the foundation.

Also the pros and cons of holding the keys for a domain versus having the foundation hold the keys.

https://fioprotocol.atlassian.net/browse/BD-3116

Free FIO Address workflow

How to integrate free fio address giveaways into your site

In https://developers.fioprotocol.io/docs/how-to/transactions be more explicit that an action consists of account, name, authorization and serialized action data. May want to add an action type to the API. There is an example there under Transaction Schema, but needs more detail

Integration overview

@ericbutz @pawmmm I think I’ve seen this question before regarding TPID and max_fee so let’s think through how we can explain these concepts up front. Same for the need to pack and encrypt certain body payloads. I know it’s there buried in the details but mentioning there terms and explaining them up front in a getting started section may be useful.

Complete SDK main page

Need to populate with all SDKs: https://developers.fioprotocol.io/docs/sdk/

Integration Checklist

  • Complete integration checklist page.

  • Include list of which integrations are done for which partners

https://github.com/fioprotocol/fio-devhub/issues/28

https://github.com/fioprotocol/fio-devhub/issues/8

Certification

  • Complete certification pages. Include map all currencies and review on http://bloks.io

https://github.com/fioprotocol/fio-devhub/issues/28

Free FIO Addresses on private domains

  • We need to better describe the options for registering “free” FIO Addresses on domains that will be kept private.

EOSIO content

  • Use content similar to eosio

https://developers.eos.io/welcome/latest/introduction-to-eosio/index

https://developers.eos.io/manuals/eosjs/latest/how-to-guides/index

Devhub Readme

  • Create readme similar to eosio

https://github.com/eosdac/eosdacio-website/blob/master/docs/02-create-page.md

Ecommerce Integrators page

  • Home page link for ecommerce integrators - work with Pawel

FIO Dev Guide

  • Contributing to FIO dev page

Example: https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md
https://cryptowords.github.io/who-controls-bitcoin-core (not sure if that’s the post I was thinking of, but there are others that talk about this)

https://github.com/fioprotocol/fio-devhub/issues/92

https://github.com/fioprotocol/fio.devtools/pull/24

Multicasting

  • Create document on accessing FIO nodes (multicasting)

https://github.com/fioprotocol/fio-devhub/issues/110

Address/Domain renewal

  • Add page on address/domain renewal

https://github.com/fioprotocol/fio-devhub/issues/103

API Error Codes

  • Clean up error codes (and make generic) some 403s look incorrect.

  • Add 202 response to all actions (make this generic). See old site

https://github.com/fioprotocol/fio-devhub/issues/91

OBT and Request auth checks

  • Writeup on authority checks with FIO Requests

https://github.com/fioprotocol/fio-devhub/issues/23

FIO Contract development

  • FIO Contract development - Description of how to create actions and getters in contracts

https://github.com/fioprotocol/fio-devhub/issues/54

Mapping options

  • Document different mapping options

https://github.com/fioprotocol/fio-devhub/issues/1

Compatibility matrix

  • Matrix for different releases

https://github.com/fioprotocol/fio-devhub/issues/9

Known issues

  • Document the known issues and helpful hints with SDKs, APIs, and chain.

https://github.com/fioprotocol/fio-devhub/issues/10

FIO Glossary

  • Add a glossary of FIO terms

https://github.com/fioprotocol/fio-devhub/issues/13

Devnet setup

  • Add a section on devnet setup

https://github.com/fioprotocol/fio-devhub/issues/14

API - addaddress

  • Add explanation of chain level mappings

...