Skip to main content

1. Installing the Libraries

To list and transfer NFTs, follow the steps below:

NB: Make sure nodejs is installed on your machine.

Install the libraries required for the project:


yarn add xp.network @elrondnetwork/erdjs ethers @taquito/taquito @temple-wallet/dapp

OR

npm i --save xp.network @elrondnetwork/erdjs ethers @taquito/taquito @temple-wallet/dapp

To import the latest version of xp.network library:

yarn add "git+https://github.com/xp-network/xpjs#bleeding-edge" @elrondnetwork/erdjs ethers @taquito/taquito @temple-wallet/dapp