Solution Overview
Use the blockchain as a hash table database.
Use insert and get operations to store and maintain your data using the blockchain.
We recommend using the Polygon Mumbai network for tests.
Blockchain | Network Id | Description |
---|---|---|
Polygon | polygon | Main Polygon network. |
mumbai | Test network. |
Click on Contract Address to check the verified contract at polygonscan.com
.
Network Id | Contract Address | Version |
---|---|---|
polygon | 1 | |
mumbai | 1 |
Last updated