Questions tagged [identity]
The identity tag has no summary.
33 questions
0 votes
1 answer
58 views
I get blackmailed by a person from which I have only the Etherium wallet adress [duplicate]
I need help to identify a person that is blackmailing with what she thinks is compromising material, to send it to family, colleagues, etc etc, if I do not pay 300 € (as a start) to settle the issue. ...
0 votes
0 answers
26 views
Building an ethereum based identity system
Okay, I am still new to the web3 space, written a couple of smart contracts so far, but i want to take on a mid-sized project on building a decentralized identity management system on Ethereum Network,...
0 votes
1 answer
293 views
Why Soul Bound Tokens (SBT) are Non Transferable?
I'm aware that Soul Bound Tokens (SBT) are Non Transferable to ensure that certain attributes are linked to a wallet address. That makes sense, but comes with lots of limitations. I have multiple ...
1 vote
1 answer
45 views
Can a decentralized app know the true identity of its users?
I’ve been thinking about the architecture of decentralized applications. I know certain applications like Uniswap and Augur don’t know the identity of its users. Would these applications still be ...
0 votes
1 answer
165 views
Unique Constraint NFT, only 1 allowed per Address?
Is it possible to program an NFT to only allow 1 copy of it per address? For example if Address #1 and #2 both already have 1 copy of this NFT, if Address #1 tries to send theirs to Address #2, it ...
0 votes
2 answers
2k views
Decentralized exchange that lets you cash out Ether for fiat money?
Uniswap is a decentralized exchange that doesn't require KYC or ID for trading between ETH and ERC-20 tokens (altcoins), while Bisq is a decentralized exchange that doesn't require KYC or ID for ...
3 votes
1 answer
839 views
The authenticity of msg.sender variable in smart contract
We know that in a smart contract, msg.sender can be used to obtain the address of the user calling the contract. Is it possible for users to forge their own account addresses, causing the msg.sender ...
3 votes
2 answers
249 views
Best way to create identity contracts for organisations
What is the best way to create identity contracts for organisations based on their information like name, address, organisation type(buyer/seller) etc. I have tried using factory pattern to create ...