You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme examples is missing imports and package name. Developers who are familiar with NKN SDK might get confused. For example, nkn-sdk-go should be imported and NewAccount should be nkn.NewAccount. Also, the code snippet should specify Go so Github can display syntax highlight.
The text was updated successfully, but these errors were encountered:
The readme examples is missing imports and package name. Developers who are familiar with NKN SDK might get confused. For example,
nkn-sdk-go
should be imported andNewAccount
should benkn.NewAccount
. Also, the code snippet should specify Go so Github can display syntax highlight.The text was updated successfully, but these errors were encountered: