CLI CLient Uploader for UUP.
1. Get Module dart pub get
.
2. Get APIKEY on NFT.STORAGE.
3. Copy APIKEY to lib/config.dart
on line 2
.
4. Compile to Binary:
- Windows:
dart compile exe bin/main.dart -o uup.exe
. - Linux/Unix:
dart compile exe bin/main.dart -o uup
.