Installation
Andromeda.js is a JavaScript SDK for writing applications that interact with ADOs on any of the blockchains that Andromeda is deployed on.
The andromeda.js repo also contains our CLI.
Installation
Let us get the latest version using NPM:
sudo npm i -g @andromedaprotocol/andromeda.js
If you have the package already installed, you can run the following to update to the latest version:
sudo npm update -g @andromedaprotocol/andromeda.js
The source code for Andromeda.js can be found here.
Last updated