Skip to content

Commit 2c12d8a

Browse files
authored
Merge pull request #9 from Algorand-Developer-Retreat/chore/cli-get-all-assets-micro
chore: add cli script to fetch all assets in micro view
2 parents 9f4f61c + d105716 commit 2c12d8a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { abel } from "./lib/config.js";
2+
import { parseArgvBigints } from "./lib/util.js";
3+
import { printView } from "./lib/printView.js";
4+
5+
const aids = await abel.getAllAssetIDs();
6+
7+
await printView(aids, "Micro", aids => abel.getAssetsMicro(aids), false)

0 commit comments

Comments
 (0)