implement chain-signatures #11

Open
opened 2026-01-05 19:10:54 +00:00 by despiegk · 2 comments
Owner

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

  • expand our test setup to deploy X signing nodes
  • ... todo
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 - [ ] expand our test setup to deploy X signing nodes - [ ] ... todo
despiegk added this to the now milestone 2026-01-05 19:18:49 +00:00
Member
Plan here: https://forge.ourworld.tf/geomind_research/hero_ledger/src/branch/main/docs/CHAIN_SIGNATURES.md Should cover BTC, ETH, ERC-20.
Member

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:

  1. A node running a mock/local net
  2. Basic explorer with web UI that allows for checking transaction history and account state

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.

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: 1. A node running a mock/local net 2. Basic explorer with web UI that allows for checking transaction history and account state 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.
Sign in to join this conversation.
No labels
urgent
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_ledger#11
No description provided.