Bohdan
Bohdan
We at Soramitsu use NestJS https://soramitsu.co.jp
Same problem
Hi @adachij2002 , take a look at https://iroha.readthedocs.io/en/latest/api/commands.html?highlight=setaccountdetails#set-account-detail - it is a private (per account) key-value storage, you can store arbitrary information there. Key can be 64 bytes and value...
Summon @mrZizik
Use https://github.com/Warchant/iroha-pure-java instead of bindings.
I confirm that current master 3c623a8eb143854f9fd68dfa38bb93a36109a871 works with 1000WH4 on Windows.
To store clearly defined entities I would recommend **repository** pattern: (below is a pseudocode): ``` class User { int id; string name; date birthdate; } // you don't need single...
> I had the same issue on windows 11 > > Please note that, the same command works with clang but not zig cc. > > ```powershell > # Will...
When user is authenticated with 'github' provider, `provider_refresh_token` is null. Is this a bug? (`provider_token` is set to a correct, valid token).