Новости

Демократизация разработки AI-агентов: видение Google Cloud
Google Cloud делится своим видением для демократизации разработки AI-агентов на Bitcoin World Sessions. Узнайте об основных идеях и их значении.
Giorgi Kostiuk
14 минут назад
Что такое EtherDNA?
EtherDNA is dapp project with vision of privacy.
It will let user to create account using password. When user
create account, he will get deposit hash.This hash with prefix 0x is actually
bytes32 datatype. Only on an existing hash deposit can be made.When user
withdraw funds,this password and deposit hash is permanently deleted for secure reason.Then user need register new account with different password.
How it works?hen user put his password its go in hash function that give a result of 64 characters length.If first character is 0 hash function go hash itself again while first character is not equal to zero,then hash be send to contract as byte32 , final hash be sliced from 0 to 10 example :
36a9e7f1c95b82ffb99743e0c5c4ce95d83c9a430aac59f84ef3cbfab6145068
result is :36a9e7f1c9
Then this result is used for generate proof.Proof is generated with 36a9e7f1c9 - user address / some big number…So from our proof 36a9e7f1c9 we get for example this: 9488166663734.This is DNA proof,when contrct receive this big number,he did some math function to proof that user whos want withdraw ether have DNA of deposit creator.