mcnckc
mcnckc
I am using ton-kotlin 0.3.1 installed like that ``` implementation 'org.ton:ton-kotlin-tvm:0.3.1' implementation 'org.ton:ton-kotlin-block-tlb:0.3.1' implementation 'org.ton:ton-kotlin-liteclient:0.3.1' ``` Here is a toy example of using this function ``` val address = "UQBZf6LoZG0KSONnGs1ljXgVe_KhxOspnT1NAwV0rWMy1mw9"...
On almost any addition (say `VarUInteger(1)+VarUInteger(1)`) an exception is thrown from `plus` in line `45` https://github.com/andreypfau/ton-kotlin/blob/b1edc4b134e89ccf252149f27c85fd530377cebe/ton-kotlin-block/src/commonMain/kotlin/org/ton/block/VarUInteger.kt#L41-L47 This happens, because `VarUInteger`, when constructed, holds number's length in bytes: https://github.com/andreypfau/ton-kotlin/blob/b1edc4b134e89ccf252149f27c85fd530377cebe/ton-kotlin-block/src/commonMain/kotlin/org/ton/block/VarUInteger.kt#L26-L31 Therefore, in...
### Summary User's public address is a random, meaningless string of characters. It is possible to make it not entirely random, but partly personalized, and we propose the software with...
### Summary The safest option of crypto storage is storing and using private keys on a completely (and always) offline device - it is called cold storage. One way to...