https://www.youtube.com/watch?v=tkt7fnoPMbI
Creating A XRPL Dev Wallet For Evernode With NodeJS & VS Code

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/

Read More
This website is purely made for education about evernode. As all other websites, ip addresses from visitors are logged. These logs get purged very often. This website does not store any tracking cookies and does not contain any google fonts. The only thing that tracks you here is the embedded youtube clips that can be found on certain pages. Youtube and Google will know about the videos you watch on this site.
Evernode Community On Social Media