Starting the Project | XRPL Development in JavaScript - Level 3
Let’s start by creating the project.
Creating the Project
From now on, we will proceed using a more modern setup method.
First, create a project as usual.
Enabling ES6 Modules
Next, enable ES6 modules by adding the following setting to your package.json
.
It doesn’t matter where you place it, but make sure to modify it as shown below.