Open OR13 opened 5 years ago
The structure of core has shifted.
We have an integration repo, but its not built off the same codebase: https://github.com/decentralized-identity/element
This repo now contains the Bitcoin and IPFS code: https://github.com/decentralized-identity/sidetree
Moving forward, it should contain all ledger code, or use lerna to seperate out the packages and publish them such that they can be integration tested.
For now, I think its best not to try and integrate the bitcoin and ethereum code bases, eventually it should be a very straight forward process to swap out bitcoin for ethereum, and have a typescript fullnode implementation.
For now, I think its best not to create any devex drag.
We need a repo similar to https://github.com/decentralized-identity/ion
which uses core, ipfs and ethereum sidetree repos, and can be used to test integration.