index.mdx 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. ---
  2. title: Entropy
  3. description: Random number Generator for Ethereum smart contracts
  4. icon: DiceSix
  5. full: true
  6. ---
  7. # Entropy
  8. Pyth Entropy allows developers to quickly and easily generate secure random numbers on the blockchain.
  9. Entropy's rapid response time allows developers to build applications such as NFT mints and games with responsive UX.
  10. Entropy also provides [strong security guarantees](protocol-design) to ensure that both users and application developers can trust that the results are random.
  11. Pyth Entropy is currently available on several [EVM networks](contract-addresses).
  12. If you would like a deployment on another network, please [ask in Discord](https://discord.gg/invite/PythNetwork).
  13. ## Getting Started
  14. Using Pyth Entropy is permissionless and developers can integrate in a few minutes.
  15. Please see [How to Generate Random Numbers Using Pyth Entropy](generate-random-numbers) to start integrating Pyth Entropy into your application.
  16. ## Additional Resources
  17. To learn more about how the protocol works, please see [Protocol design](protocol-design).
  18. ## Reference Material
  19. - [Protocol design](protocol-design)
  20. - [Contract Addresses](contract-addresses)
  21. - [Error Codes](error-codes)
  22. - [Entropy Debugger](https://entropy-debugger.pyth.network/) - Interactive tool for diagnosing callback issues