1. Install the xrpl account helper by writing "npm install --save xrpl-accountlib"
2. Create a file called devwallet.js and add following code:
const lib = require("xrpl-accountlib"); console.log( "Generate: family seed (algorithm: ed25519)", lib.generate.familySeed({ algorithm: "ed25519" }) ); console.log();
3. Write node ./devwallet.js and hit enter.
4. Save your wallet and secret seed. The secret seed is sensitive information and must be stored securely, as people can steal your funds if they get their hands on it.
5. Remove the devwallet.js file, we don't want it in our project folder.
6. Import the secret seed to your Xaman wallet.
7. Activate the wallet by sending 2 XAH tokens and a little bit of extra so you can buy some evers for deploying your applications.
8. Add the Evernode trustline.
9. Purchase a small amount of EVR, 1 EVR should be enough.
You can download the Xaman wallet at the link below:
https://xumm.app/