169 похожих чатов

Hello everyone, I am just faced with unique identifiers in

solidity. In my project users should be able to register themselves and later user should be able to add a car post. So both user entity and car entity should have a unique Id.
And I am tried to research in the internet how to generate a unique id’s in solidity and as I understand there are 3 main options:

1) Just create a function that will increment an ID and return it’s value each time a new entity will be created.(But this method is too primitive)

2) Hash some data about entity(like email) with keccak256() + abi.encode function to make the result more protected. Or instead of entity info I saw a lot of examples that use a block.timestamp and block.difficulty. —> But as I understood, by using these methods, I will generate not a truly random ID, and it is not a safe way by multiple reasons.

3) I also read about VRF Chainlink random number generator, that this is the best way to generate a random number(like for casino, or lottery).

I understand that ID should be a unique, but I am not sure that to generate an ID I should use VRF from Chainlink.
The question: maybe someone can recommend me what is the best way to generate a random number for ID’s in Solidity?

Thanks!

2 ответов

60 просмотров

have a nonce, increment it, hash that number with some unique detail of the product and done you should get a semi random number that's somewhat safe

Похожие вопросы

Обсуждают сегодня

30500 за редактор? )
Владимир
47
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
вы делали что-то подобное и как? может есть либы готовые? увидел картинку нокода, где всё линиями соединено и стало интересно попробовать то же в ddl на lua сделать. решил с ч...
Victor
8
Подскажите пожалуйста, как в CustomDrawCell(Sender: TcxCustomGridTableView; ACanvas: TcxCanvas; AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean); получить наз...
A Z
7
Ребят в СИ можно реализовать ООП?
Николай
33
https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_h_common.erl#L174 https://github.com/erlang/otp/blob/OTP-27.1/lib/kernel/src/logger_olp.erl#L76 15 лет назад...
Maksim Lapshin
20
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
1
Он в одиночку это дело запилил или была какая-то команда?
Aquinary
12
~ 2m21s  nix shell github:nixos/nixpkgs#stack ~  stack ghc -- --version error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:...
Rebuild your mind.
6
Всем привет, нужна как никогда, нужна помощь с IO в загрузчике. Пишу в code16 после установки сегментных регистров, пишу вывод символа. Пробовал 2 варианта: # 1 mov $0x0E, %a...
Shadow Akira
14
Карта сайта