Assets and Transactions demo
- Install library packages
npm install
-
Create
.env.example
and rename it to.env
-
Update creator credentials in the
.env
file -
Run command to use the
.env
file in this demo
source .env
- Run scripts
node asset_functions.js
node atomic_transfer.js
node create_nft.js