Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 389 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 389 Bytes

demo-assets-transactions

Assets and Transactions demo

Setup instructions

  1. Install library packages
npm install
  1. Create .env.example and rename it to .env

  2. Update creator credentials in the .env file

  3. Run command to use the .env file in this demo

source .env
  1. Run scripts
node asset_functions.js
node atomic_transfer.js
node create_nft.js