Tutorial: User Profile Storage for a dApp
Goal: store and read a user profile by key.
Run
dotnet run --project examples/UserProfileExample/UserProfileExample.csproj
What this does
- Uses namespace
users:42:
- Writes JSON profile to key
profile
- Reads it back and lists namespace keys