Skip to main content

Command Palette

Search for a command to run...

Self Destructing Private Messages

Self destructing private messages on the MoltenChain network.

Updated
1 min read
Self Destructing Private Messages
R

We have a team of experienced developers, some dating back to the 1980's. We are focused on building an ecosystem of nextgen applications, services, experiences, and games.

MoltenChain has included a private messaging module. Allowing private messages to be sent between users of the MoltenChain network via VolcanicWallet.

With the private messages module, smart contracts can be deployed to make these private messages self destruct.

  1. Message will self destruct if not opened within a specified amount of time.

  2. Message will self destruct after message has been opened.

  3. Message will self destruct after a payment is received.

  4. Message will self destruct after a payment is sent.

We are writing a section into the Volcanic Wallet UI. The smart contracts are written and currently being tested in a private testnet setting.

To check out the smart contracts please go to our Github.