entropyxyz / sdk

Official JavaScript SDK for Entropy blockchain.
GNU Affero General Public License v3.0
7 stars 0 forks source link

public entropy accounts #219

Closed frankiebee closed 2 months ago

frankiebee commented 10 months ago

right now we only have Permissioned accounts implemented. Public accounts do not require a signing key and instead take a param in the encrypted message called address(? cc @JesseAbram). This also does not use encrypt_and_sign and only needs to be encrypted to the threshold server so this is blocked by https://github.com/entropyxyz/x25519-chacha20poly1305/issues/13

mixmix commented 2 months ago

done