We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README example (not working):
npm run create-auction -- --owner_pvk '0xd2827f4c3778758eb51719a698464aaffd10a5c7cf816c1de83c5e446bfc8e8d' --currency_id 0 --auction_price 345 --auction_rnd 12342234 --valid_until '1632395810' --time_to_pay '172800' --asset_id '36771977682424071759165601888702044610709221343463'
Proper command (working):
npm run create-auction -- --pvk '0xd2827f4c3778758eb51719a698464aaffd10a5c7cf816c1de83c5e446bfc8e8d' --currencyId 0 --price 345 --rnd 12342234 --timeValidUntil '1632395810' --timeToPay '172800' --assetId '36771977682424071759165601888702044610709221343463'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
README example (not working):
npm run create-auction -- --owner_pvk '0xd2827f4c3778758eb51719a698464aaffd10a5c7cf816c1de83c5e446bfc8e8d' --currency_id 0 --auction_price 345 --auction_rnd 12342234 --valid_until '1632395810' --time_to_pay '172800' --asset_id '36771977682424071759165601888702044610709221343463'
Proper command (working):
npm run create-auction -- --pvk '0xd2827f4c3778758eb51719a698464aaffd10a5c7cf816c1de83c5e446bfc8e8d' --currencyId 0 --price 345 --rnd 12342234 --timeValidUntil '1632395810' --timeToPay '172800' --assetId '36771977682424071759165601888702044610709221343463'
The text was updated successfully, but these errors were encountered: