TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.04k stars 194 forks source link

Automatic Index Publishing #3787

Open dszlachta opened 2 weeks ago

dszlachta commented 2 weeks ago

We need to automate index publishing at some point. It can be also used for publishing names database. This means performing a send operation on chain, so we'd need to add this feature to chifra state. When it comes to managing keys, go-ethereum already has a mechanism for that and I believe we should reuse it: https://pkg.go.dev/github.com/ethereum/go-ethereum@v1.14.5/accounts/keystore

Apart from the implementation, we can leverage Safe to have an account with a daily spending limit.