Starting the Project | XRPL Development Level 4
Let’s start by creating the project.
Required Tools
- Text Editor(VS Code is recommended)
- Install Node.js
Creating the Project
Since there are only two characters involved, a simple project will suffice.
Create the project as follows:
Enabling ES6 Modules
Next, add the following setting to package.json to enable ES6 modules.
The location doesn’t matter, but modify it as shown below:
Creating Configuration Files
To enhance learning efficiency, create a config file at the root of the directory for reuse in the upcoming source code.