defold / asset-portal

List of Defold assets, libraries and extensions
180 stars 31 forks source link

In-app purchasing by cryptocurrency #174

Closed bdshahab closed 3 months ago

bdshahab commented 4 months ago
A B

{ "name": "In-app purchasing by cryptocurrency", "description": "In-app purchasing (IAP) by cryptocurrency\nA simple way to enable in-app purchases using cryptocurrencies.\n\nA video clip about this method (A little different in appearance but the same in function):\n\nhttps://youtu.be/QOaZi6Bp4og\n", "license": "This is free and unencumbered software released into the public domain.", "author": "Shahab Baradaran Dilmaghani", "library_url": "", "project_url": "https://github.com/bdshahab/in-app-purchasing-by-crypto", "forum_url": "", "website_url": "", "platforms": [ "android", "ios", "macos", "windows", "linux" ], "tags": [ "monetization" ], "images": { "hero": "", "thumb": "" } }

britzl commented 4 months ago

Thank you for suggesting to add this to the asset portal. I would recommend that you rework this such that the actual code which you now have in .gui_script files is moved into Lua modules so the project becomes modular and easy to reuse in an existing project.

We could treat this project as an example project, but we prefer that assets in the portal are actually easy to use in existing projects.

bdshahab commented 4 months ago

As I progress in learning Lua and Defold, I try to get closer to the standards and be able to modify the code accordingly.

britzl commented 3 months ago

I'm closing this for now. @bdshahab please reopen if you successfully rework this into a reusable Defold library project.

bdshahab commented 3 months ago

Sure! But I wish someone like you would cooperate and help me produce a reusable Defold library project.