AyzeLYC
AyzeLYC
I actually created my own ethereum public chain, the goal of it is to host some projects like some NFTs projects, Tokens projects, Chain Bridges, etc. The ethereums of the...
Updated the main.lua file Removed an error with two computer vars with the same name and same datas
Marscoin ( MARS ) from marscoin.org and Mooncoin ( MOON ) from mooncoin.com and mooncoinofficial.com
Added some semicolons, resolved some bugs
Hi Polymars, im actually trying to use your game but i can't because the libstdc++-6.dll is missing, thx for reading my issue and have a good day !
My pull request isn't of high priority. In my different modifications i : - Removed the line |`TextEncoder`|🚧| Partial support, not fully compliant| in docs/docs-using-js-api-support.md ( that line was in...
Updated all the : const var_name = require('library_name'); const ineer_namespace_name = require('library_name').inneer_namespace; to : const var_name = await import("library_name"); const {ineer_namespace_name} = await import("library_name"); If NodeJS itself has the required...