
Web3 dev & Founder praterion.com | Web3 escrow & reputation system twitter.com/0xbuilder_ev
0 Followers
Okay, guys. I'll try to post here more often and talk about myself and my product.
I've been in the process of developing my own protocol for 7 months now. It is quite a complicated and time-consuming process if you do everything yourself and with your own money.
My protocol is Trustgarant. It allows you to make secure transactions between people on the network, to see statistics of deals related to the address. Protocol provides profiles both for ordinary buyers and sellers, and for guarantors and stores.
function signInWarpcast() external returns(string memory) { require(msg.value == $5); string memory succes = "Hello world!"; return succes; }