πUser Smart Contract
User Data
Structure
struct UserInfo {
address user;
string name;
string bio;
string[] networkLinks;
string profilePicture;
string moreInfoLink;
} {
"user": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
"name": "John Doe",
"bio": "I am a developer with 5 years of experience...",
"networkLinks": [
"twitter.com/johndoe",
"linkedin.com/in/johndoe"
],
"profilePicture": "https://i.pravatar.cc/300",
"moreInfoLink": "ipfs://ipfs.io/XXXXXXX"
}Permissions
Types
Structure
Functions
Last updated