This is a full rename of "Slopes" to the new and wonderful name, "Avalanche.js"
There's some changes that come with this.
- Now you install via
npm install --save avalanche - You import the "avalanche" package in your code instead of "slopes"
slopes.Slopesis nowavalanche.Avalanche- A few functions in the AVM module have been renamed in both the AVMAPI and the UTXOSet classes:
makeBaseTx -> buildBaseTx
makeCreateAssetTx -> buildCreateAssetTx
makeNFTTransferTx -> buildNFTTransferTx
Most things should remain the same.