Reserve Device ioIDs
DePIN projects must reserve a specific number of ioIDs by paying the required amount before they can register their devices on IoTeX. ioIDs can only be reserved by DePIN projects that are registered on IoTeX, so please ensure that your project is registered and you own the Project ID
before continuing.
You will pay the required amount to complete the application for the number of ioIDs requested. The current cost on the IoTeX testnet is 0.1 IOTX
per ioID.
Using the IoTeX CLI (ioctl
)
ioctl
)After the transaction, the requested number of ioIDs will be reserved to your Project ID.
Contract Call
Contract: ioIDStore
Function Call: applyIoIDs(uint256 _projectId, uint256 _amount) external payable
Example:
Last updated