DDB: switch from PostgreSQL to Distributed Database
Blockchain integration: server configuration changes
Looks good
As for instance_ecdsa_key, what could be a way to support other key types? Different encryption algorithms will require different utils for signing
WIP: Experiment to connect near protocol as DAO provider
I've tried secp256k1 in near smart contract and initializing Secp256k1 context have burned all the gas. I hope the problem is only with crate, not with near itself)
WIP: Experiment to connect near protocol as DAO provider
It's correct. I've been told that ed25519 is much better then RSA. And it could be used in Near SM. And I've checked that it's not supported in Ethereum. So I think it's better to switch to RSA for…
WIP: Experiment to connect near protocol as DAO provider