🪄Providing data

Contribute data

new data can be added to the network using the CLI

Dhpcd tx data add-data [address] [network] [event] [blockValidity] [score]
  • address: The address on EVM network in question

  • network: The network this action is being defined on

  • event:

The event can be a bit tricky, it actually does refer to EVM events, and it can be either "any", which means any interaction with this address, or the event signature, for example: Transfer(address,address,uint256)

  • blockValidity: How many blocks past the current being should this record still be considered

  • score: Number, between X and Y

Last updated