-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
anchors API to support anchors into FCT mainnet #1059
Comments
Pros: It would allow private factom networks to anchor into the main factom network |
I meant that factomd is open-source and there can be many custom networks — e.g. community testnet, Inc's networks, De Facto's networks, etc. I think anchoring should be One-to-One: each network anchors into one own chain on FCT mainnet. So FCT-Anchoring-ChainID should not be hardcoded in factomd, but should appear into config. |
If we want to have an anchoring standard (why not finally?), I think it's good idea to have into Factom Golang lib:
|
That makes sense. It should be configured with the network name in it, ie |
How is it hardcoded in the mainnet? As ExtIDs or as chainIDs? |
Currently, MainNet has only the chain id hardcoded. The chain itself was created outside of factomd, and factomd can only read the anchor entries, not write them. |
Currently factomd anchors API supports only BTC and ETH anchors, which are used into Factom Mainnet.
If there is a custom network (e.g. community testnet or any private network), it would be great to have anchors API returning anchors, made into FCT mainnet.
I know some Factom Inc private networks are anchored into FCT mainnet.
Let's start the discussion.
The text was updated successfully, but these errors were encountered: