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 ответов

68 просмотров

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

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

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

Господа, а что сейчас вообще с рынком труда на делфи происходит? Какова ситуация?
Rꙮman Yankꙮvsky
29
А вообще, что может смущать в самой Julia - бы сказал, что нет единого стандартного подхода по многим моментам, поэтому многое выглядит как "хаки" и произвол. Короче говоря, с...
Viktor G.
2
30500 за редактор? )
Владимир
47
а через ESC-код ?
Alexey Kulakov
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
14
Добрый день! Скажите пожалуйста, а какие программы вы бы рекомендовали написать для того, чтобы научиться управлять памятью? Можно написать динамический массив, можно связный ...
Филипп
7
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
Ребят в СИ можно реализовать ООП?
Николай
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
Карта сайта