How To Get Started Building With NodeJS (Windows)
https://www.youtube.com/watch?v=Xit4miSByOw

1. Install VS code at https://code.visualstudio.com/
2. Install NVM: Windows: https://github.com/coreybutler/nvm-windows Direct download link for PC: https://github.com/coreybutler/nvm-windows/releases/download/1.1.12/nvm-setup.exe
3. Open VScode, hit file, open folder, create a new folder and give the folder a name.
4. Enter a new terminal
5. Write nvm install 20.12.0
6. Write nvm use 20.12.0

Read More
How To Get Started Building With NodeJS (Mac)
https://www.youtube.com/watch?v=SkeyY_fysxE

What you need to start building with nodeJS (Mac)

1. Install VS code at https://code.visualstudio.com/
2. Create a new folder in VS code and open a new terminal
3. Install nvm using homebrew: (How To Guide) https://sukiphan.medium.com/how-to-install-nvm-node-version-manager-on-macos-d9fe432cc7db
4. Install NVM using Homebrew
5. Write nvm install 20.12.0
6. Write nvm use 20.12.0

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

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