implement chain-signatures #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://docs.near.org/chain-abstraction/chain-signatures
maybe we can even use this for TFT, but for sure need this for ETH, ...
implement it on our private chain, see how we can lock in money in easy way
todo
Plan here: https://forge.ourworld.tf/geomind_research/hero_ledger/src/branch/main/docs/CHAIN_SIGNATURES.md
Should cover BTC, ETH, ERC-20.
I also started on a Docker Compose environment that will allow us to test this feature without needing to interface with other real blockchains (testnets or otherwise).
Ideally for each chain (including our own) we get:
Then we have an additional container that pulls in all the CLI tools for each chain. From there, we can run tests by initiating transactions and checking for the outcome on the other chain.
Status here is that while I made some good progress in identifying existing Docker images that can help piece this together, I didn't get the full thing working yet.