You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on creating an X-Chain address in a Node.js environment, specifically with Avalanche's X-Chain. The official documentation outlines how to do this using AvalancheGo APIs, but it doesn't provide a clear example of how to achieve this in a Node.js application using available libraries like @avalabs/avalanchejs.
And also i also notice that avm.createAddress is depreciated, so how do we programatically create a wallet address of X-chain
The text was updated successfully, but these errors were encountered:
You are probably right. I found around 25 or so leaked secret like generic passwords, rsa_certs, base64 encoded private keys and so on. We should probably make this confidential until it's resolved. I will share my findings in a more secure place.
I managed to fix most of it by revoking the secrets. A lot is just test, so it dosn't really matter. But some are under other repo's and worth looking into. I'll gladly share my finding with some mod/admin to look into it. Thanks for the finding!
This issue has become stale because it has been open 60 days with no activity. Adding the lifecycle/frozen label will cause this issue to ignore lifecycle events.
I am working on creating an X-Chain address in a Node.js environment, specifically with Avalanche's X-Chain. The official documentation outlines how to do this using AvalancheGo APIs, but it doesn't provide a clear example of how to achieve this in a Node.js application using available libraries like @avalabs/avalanchejs.
And also i also notice that avm.createAddress is depreciated, so how do we programatically create a wallet address of X-chain
The text was updated successfully, but these errors were encountered: