Skip to content

Commit

Permalink
Merge pull request #7 from bloxbean/develop
Browse files Browse the repository at this point in the history
feat: Viewer 0.0.6, cardano-cli script
  • Loading branch information
satran004 authored Jun 28, 2023
2 parents 4a72203 + 67da11f commit c222deb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions cardano-cli.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docker compose exec yaci-cli cardano-cli $* --testnet-magic 42
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- infinity

yaci-viewer:
image: bloxbean/yaci-viewer:0.0.5
image: bloxbean/yaci-viewer:0.0.6
ports:
- "5173:5173"
env_file:
Expand Down
12 changes: 12 additions & 0 deletions info.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
echo "--------------------------------------------"
echo "Urls"
echo "--------------------------------------------"

echo "Yaci Viewer : http://localhost:5173"
echo "Yaci Store Swagger UI : http://localhost:8080/swagger-ui.html"

echo ""
echo "Yaci Store Api URL : http://localhost:8080/api/v1/"
echo ""
echo "Pool Id: pool1wvqhvyrgwch4jq9aa84hc8q4kzvyq2z3xr6mpafkqmx9wce39zy"
echo ""
2 changes: 2 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ echo "Yaci Store Swagger UI : http://localhost:8080/swagger-ui.html"
echo ""
echo "Yaci Store Api URL : http://localhost:8080/api/v1/"
echo ""
echo "Pool Id: pool1wvqhvyrgwch4jq9aa84hc8q4kzvyq2z3xr6mpafkqmx9wce39zy"
echo ""

0 comments on commit c222deb

Please sign in to comment.