Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Current »

Devhub and Integration Documentation

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

DONE

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

DONE

Integration guide

  • Fixes to new integration guide from Pawel

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

DONE

Indexing transactions

  • Add more detail on indexing transactions

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

DONE

Submit transactions: Packing and Signing

  • Add more detail on packing and signing transactions

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

DONE

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

DONE

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

DONE

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

DONE

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

DONE

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

DONE

UX best practices

History API

  • Add history API

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

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.

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

APIs and SDKs

Item

Summary

Links

Status

FIO API

Leverage existing EOSIO libraries and code

  • FIO chain code has diverged from EOSIO core code making it difficult to “plug and play” with existing EOSIO tools

https://fioprotocol.atlassian.net/browse/WP-117

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

Support for unique FIO endpoints

  • Support for transaction-based API endpoints creates release overhead and could cause confusion

Individual API endpoints versus single endpoint

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

Complexity of chain code releases

  • The need to update the chain code for every new getter adds release overhead.

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

Simplify Fees

  • Change how max_fee works to include a buffer on the current fee set by the BPs

https://fioprotocol.atlassian.net/browse/WP-352

SDKs and third-party libraries

Simplify SDK and reduce upgrade complexity

  • We would like to reduce the number of upgrades required by integrators

    • Integrators should be able to access all Mainnet features, including getters and contract actions, without having to upgrade.

    • SDK updates should only be required for bug fixes and when breaking changes in the API are introduced.

BD-2124 - SDK Refactor

Reduce complexity of SDK

  • A proliferation of getters and api endpoints increases the size and complexity of the SDK

BD-2124 - SDK Refactor

Serialization and encryption

fiojs

Standardize and simplify serialization and encryption libraries

  • The encryption used in FIO Requests and OBT Record actions is non-standard

  • There are issues with the fiojs library including encryption libraries, difficulty of integrating with other EOSIO tools, and maintaining a copy of eosjs

Luke:

I’ve had good success so far using AnchorLink, though it is front-end specific and currently requires Anchor. That said, under the hood, is EOSIO Core which seems to be a useful improvement over eos.js or fio.js and it supports FIO well (such as allowing you to pass in a legacy prefix such as FIO when getting public keys).

I think this is a really important problem to overcome. It should be easy for any developer to quickly work with OBT data, send, receive, cancel, and approve FIO Requests without having to import tons of extra code or libraries or sdks, especially if most everything of what they want can be done via things like EOSIO Core from Greymass. If existing tools for interacting with EOSIO chains will work well with FIO, we should embrace them and provide very minimal code needed to do FIO specific things.

We also need to figure out how “authenticator” wallets like Anchor, Metamask, and Ledger (hardware) wallets can work with OBT data. What’s the path of least resistance for them to get up and running quickly? What’s the minimal code footprint we’ll be asking them to introduce? How will this work with secure enclaves coming in the future with crypto-enabled hardware devices like phones.

  • No labels