ArDrive CLIBuild and Run from Source
Using a custom ArDrive-Core-JS (Optional)
To test a with a custom version of the ardrive-core-js
library on your local system, change the "ardrive-core-js"
line in package.json
to the root of your local ardrive-core-js
repo:
- "ardrive-core-js": "1.0.0"
+ "ardrive-core-js": "../ardrive-core-js/"
How is this guide?