transactions | 0. | ref_block_num | 43,409 |
---|
ref_block_prefix | 1,663,764,228 |
---|
expiration | 2025-05-09 02:09:18 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | sm_combine_all |
---|
json | {"cards":[{"id":689,"gold":false,"edition":"13"}],"app":"splinterlands/0.7.174","n":"5qjLQL54Ja"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f56c2e51c32076f5b8d39981daafe293036fc4469c1373717bb959a74ab42ed715764c7684b294228b2f3fdd94a38a52ffc51c70988f8158619aaae36b0fa6ce9 |
---|
|
---|
transaction_id | 874507a5a1927ce7e9f61352a46e519ad3177e60 |
---|
block_num | 95,725,982 |
---|
transaction_num | 0 |
---|
|
---|
1. | ref_block_num | 43,420 |
---|
ref_block_prefix | 700,725,451 |
---|
expiration | 2025-05-09 02:09:48 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | {"contractName":"marketpools","contractAction":"addLiquidity","contractPayload":{"tokenPair":"SWAP.HIVE:BXT","baseQuantity":"0.03572957","quoteQuantity":"0.018","maxSlippage":"1","maxDeviation":"0","beeswap":"3.1.4"}} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f7db474d49aaa2419b37ebcfa12cc14ebae6c465008666f8977b96cb3f32d10a749649335cc870287afba23761f07e4afea7631b32fc6b196c94fd4aa294fc419 |
---|
|
---|
transaction_id | b722cbbf7da745bbd887b62a8eab539156153a80 |
---|
block_num | 95,725,982 |
---|
transaction_num | 1 |
---|
|
---|
2. | ref_block_num | 43,420 |
---|
ref_block_prefix | 700,725,451 |
---|
expiration | 2025-05-09 02:09:51 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | |
---|
required_posting_auths | [] |
---|
id | ssc-mainnet-hive |
---|
json | {"contractName":"tokens","contractAction":"issue","contractPayload":{"symbol":"SCRAP","to":"baildagobah536","quantity":"144.47393663","memo":"terracore_claim_mint"}} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 2052fe6a74cc14ab1b3f616d0193a4f63e6aa056f85c24d8b983a00c1c40f33e0818141fb161a33e9a9ada9eec2d60b40fb60871361c5343c76854658e9852d2e9 |
---|
|
---|
transaction_id | 0d04fa0dc682ff37e069e9f267b76c35a1f83a57 |
---|
block_num | 95,725,982 |
---|
transaction_num | 2 |
---|
|
---|
3. | ref_block_num | 43,421 |
---|
ref_block_prefix | 4,152,083,412 |
---|
expiration | 2025-05-09 02:00:51 |
---|
operations | 0. | 0. | vote |
---|
1. | voter | liketu |
---|
author | mizuosemla |
---|
permlink | re-liketu-moments-20250508t101341938z |
---|
weight | 100 |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f18276c41f6b9a8176e144a0f8b2ca7d9bb5d8dbafeddb482923ff5a8a431393a0e97aa7d1266f9b2a6f6628b51f89664821a9835b39c9fc5229e06b890d6b848 |
---|
|
---|
transaction_id | 7ea3e392aeb6709ef6b5418503c60c8665c7572a |
---|
block_num | 95,725,982 |
---|
transaction_num | 3 |
---|
|
---|
4. | ref_block_num | 43,421 |
---|
ref_block_prefix | 4,152,083,412 |
---|
expiration | 2025-05-09 02:00:51 |
---|
operations | 0. | 0. | comment |
---|
1. | parent_author | "" |
---|
parent_permlink | hive-186392 |
---|
author | paulmoon410 |
---|
permlink | peakecoin-wallet-s-apk-starting |
---|
title | "PeakeCoin Wallet's .apk - Starting Here..." |
---|
body | "<center>
</center>
The point of the @PeakeCoin projects is the same as every other one, grandious. The consistent need for more apps that the masses can download. I'm attempting to find a way to have a simple PeakeCoin Wallet App .apk.
After a few days of learning that it's a whole different language, but there are things that can facilitate Python into an .apk, I'm just begging to make some front-end things.
This is a bit more on the java side of things... I am really struggling on getting the hang of the weirdness in differences. I unfortunately had AI, and Google helped me way more than I liked it to. I wasn't familiar with file formats, or even coding types needed to make an app work to begin with.

Above is the error I receive when trying to run the job on Github. It's kind of late, I'm kind of tired... I will be back onto this tomorrow I believe. The code for **android.yml** is below. I'll have to write up what a <a href="https://ecency.com/hive-193552/@strangedad/actifit-strangedad-20250509t015012051z"> .yml file (click for definition) </a> for those that don't know
```
name: Build APK
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Java 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 11
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build debug APK
run: ./gradlew assembleDebug
- name: Upload APK
uses: actions/upload-artifact@v3
with:
name: app-debug
path: app/build/outputs/apk/debug/app-debug.apk
```
I think it's saving or uploading the .apk that is causing all these problems for me.
Had a hard few days at the real job, so I'm about to crash.... If you have made it this far in my post I have the App uploaded to https://github.com/PaulMoon410/peakecoin_wallet if you get the chance to scope it out and have some feedback let me know as always." |
---|
json_metadata | "{"app":"ecency/4.0.4-vision","tags":["hive-186392","pimp","neoxian","waivio","utopis","archon","proofofbrain","creativecoin","ctp","bee","ecency"],"format":"markdown+html","image":["https://images.ecency.com/DQmeE98sokuLhAPTPStY26tzE2nytUEZK75NXB4inri5eNr/image.png","https://images.ecency.com/DQmXUxSRzBjLG8BCEu1F2jTmEfHSEKPdciQr6ph6A6k4tJc/image.png"],"thumbnails":["https://images.ecency.com/DQmeE98sokuLhAPTPStY26tzE2nytUEZK75NXB4inri5eNr/image.png"],"description":"The point of the @PeakeCoin projects is the same as every other one, grandious. The consistent need for more apps that the masses can download. I'm attempting to find a way to have a simple PeakeCoin","image_ratios":["1.0000","1.3721"]}" |
---|
|
---|
|
---|
1. | 0. | comment_options |
---|
1. | author | paulmoon410 |
---|
permlink | peakecoin-wallet-s-apk-starting |
---|
max_accepted_payout | 1,000,000.000 HBD |
---|
percent_hbd | 0 |
---|
allow_votes | true |
---|
allow_curation_rewards | true |
---|
extensions | 0. | 0. | 0 |
---|
1. | beneficiaries | 0. | account | peakecoin |
---|
weight | 100 |
---|
|
---|
1. | account | peakecoin.bnb |
---|
weight | 100 |
---|
|
---|
2. | account | peakecoin.matic |
---|
weight | 100 |
---|
|
---|
|
---|
|
---|
|
---|
|
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 20544370e5a17f4e3ea9d2749fd8fc9bfb07d33a09bcff26246ff593f308d0497812202e2b7767d28873c2f7c4c68b52c545a12aa801aa437b7ab55b6d4768c0a1 |
---|
|
---|
transaction_id | 343864588456cf1a2e6b8ac4be75e78373bc10ac |
---|
block_num | 95,725,982 |
---|
transaction_num | 4 |
---|
|
---|
5. | ref_block_num | 43,400 |
---|
ref_block_prefix | 3,190,113,913 |
---|
expiration | 2025-05-09 02:08:51 |
---|
operations | 0. | 0. | custom_json |
---|
1. | required_auths | [] |
---|
required_posting_auths | |
---|
id | sm_claim_rewards |
---|
json | {"app":"splinterlands/0.7.174","n":"kJTRNRHAkE"} |
---|
|
---|
|
---|
|
---|
extensions | [] |
---|
signatures | 0. | 1f6d0fba506a928630739a863dc6669bdaa50920ba1812b63e0ddd372af7462e913054ce74a9ac3b402a8f82e0ecb23bc0f6ae343e88ec4d6ad4c6c9bb983d3b3e |
---|
|
---|
transaction_id | a13b96803dc0f476a8a86c5821b15e9ba24f0ba4 |
---|
block_num | 95,725,982 |
---|
transaction_num | 5 |
---|
|
---|
|
---|