We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3657be9 commit 5ac5aeeCopy full SHA for 5ac5aee
admin/aliases.sh
@@ -3,3 +3,5 @@ alias rscoin-bank="stack $NIX_STACK exec -- rscoin-bank --log-severity Debug"
3
alias rscoin-user="stack $NIX_STACK exec -- rscoin-user"
4
alias rscoin-notary="stack $NIX_STACK exec -- rscoin-notary --log-severity Debug"
5
alias rscoin-explorer="stack $NIX_STACK exec -- rscoin-explorer --log-severity Debug"
6
+alias rscoin-keygen="stack $NIX_STACK exec -- rscoin-keygen"
7
+alias rscoin-deploy="stack $NIX_STACK exec -- rscoin-deploy"
0 commit comments