.derupt-profile
Derupt users need their own .derupt-profile contract on Stacks Mainnet. (deployed & activated in app)
General:
A distinct .derupt-profile contract should be deployed and activated per user.
.derupt-profile contract calls the .derupt-core-yyyymmdd contract for application logic purposes
Warning:
users should deploy a
.derupt-profile
contract in app to interact with core features.users should call
.derupt-profile
users should not call
.derupt-core-yyyymmdd (nor logging contracts)
Functions Process Transactions Overview:
What happens in a process depends on the function the user is calling.
send-message: mine-citycoin is called during this process.
like-message: transfer-citycoin is called during this process.
dislike-message: stack-citycoin is called during this process.
favorable-reply-message: mine-citycoin & transfer-citycoin is called during this process.
unfavorable-reply-message: mine-citycoin & stack-citycoin is called during this process.
The five main functions and arguments in a .derupt-profile
contract:
Last updated