Skip to content

Instantly share code, notes, and snippets.

View JaimeToca's full-sized avatar
Having some specialty coffee

Jaime Toca JaimeToca

Having some specialty coffee
View GitHub Profile
@JaimeToca
JaimeToca / Ton BoC hash
Last active July 15, 2024 14:41
Ton BoC hash
/sendBocReturnHash
5iJ+NwpYPRgkUGMUSzoLMN4lnjpbRQPdJhgpCn0rLfs=
V3 response /getTransactionByMessage (as can be see contains the hash return by sendBoc, so we can directly check transaction hash)
"in_msg": {
"hash": "5iJ+NwpYPRgkUGMUSzoLMN4lnjpbRQPdJhgpCn0rLfs=",
"source": null,
"destination": "0:CF67B0C367B5941C66A5BEEF066E2D8A27BF31A6F1C13FFCB40E1150607C920C",
"value": null,
"fwd_fee": null,
@JaimeToca
JaimeToca / Dockerfile
Created September 22, 2020 21:54
Docker Android + Google Cloud SDK
FROM thyrlian/Android-sdk-vnc: latest
LABEL maintainer "[email protected]"
RUN sdkmanager "tools" "platform-tools"
RUN yes | sdkmanager --update --channel=3
RUN yes | sdkmanager \
"platforms;Android-28" \
@JaimeToca
JaimeToca / Dockerfile
Created June 23, 2020 22:56
Android Docker Image: API 28, emulator, build tools and extra packages
FROM thyrlian/android-sdk-vnc:latest
LABEL maintainer "[email protected]"
RUN sdkmanager "emulator" "tools" "platform-tools"
RUN yes | sdkmanager --update --channel=3
RUN yes | sdkmanager \
"platforms;android-28" \