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 2 Current »

Page Spec

Item

Content

Page URL

/integrate/how

Page Title

FIO Protocol - How to Integrate

Design

Section Content

Resolve FIO Handles

Allow your users to use a FIO Handle instead of a public address when sending crypto or NFTs inside your application. Then look up specific public address on specific chain using a simple REST API call:

Should make this interactive

curl --request POST \
     --url https://fio.blockpane.com/v1/chain/get_pub_address \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "fio_address": "vitalik@safu",
  "chain_code": "ETH",
  "token_code": "ETH"
}
{
    "public_address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
}

Learn More

Register FIO Handles

Allow your users to register a FIO Handle by simply linking to the FIO Dashboard, which is a web-based non-custodial wallet, that supports all things FIO. We can co-brand it for you and even customize the domains, e.g. bob@yourbrand. If you qualify, the FIO Handles can be free to your users and you can still generate revenue.

Advance Integration

If you want to give your users full access to the FIO Protocol functionality or if you want to have full control over the user experience, check out our advance integration options or

Advance Integration Options

Additional Resources

  • Developer’s Hub

  • Contact FIO Foundation Business Development

  • Github

  • No labels