Skip to content

Commit

Permalink
deploy: b8c3dad
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed May 6, 2024
0 parents commit 808e20b
Show file tree
Hide file tree
Showing 21 changed files with 322 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>404: This page could not be found</title><meta name="next-head-count" content="3"/><noscript data-n-css=""></noscript><script defer="" crossorigin="" nomodule="" src="/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script src="/_next/static/chunks/webpack-6af0e3c12b874bb0.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/framework-fae63b21a27d6472.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/main-97ba2b627474e8da.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/_app-c54702eb327175a3.js" defer="" crossorigin=""></script><script src="/_next/static/chunks/pages/_error-56a1a2eec59e6cbd.js" defer="" crossorigin=""></script><script src="/_next/static/4eqsE-3YDlb_O6eg-sJ7i/_buildManifest.js" defer="" crossorigin=""></script><script src="/_next/static/4eqsE-3YDlb_O6eg-sJ7i/_ssgManifest.js" defer="" crossorigin=""></script></head><body><div id="__next"><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">This page could not be found<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json" crossorigin="">{"props":{"pageProps":{"statusCode":404}},"page":"/_error","query":{},"buildId":"4eqsE-3YDlb_O6eg-sJ7i","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
devkit.yaci.xyz
1 change: 1 addition & 0 deletions _next/static/4eqsE-3YDlb_O6eg-sJ7i/_buildManifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _next/static/4eqsE-3YDlb_O6eg-sJ7i/_ssgManifest.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
self.__SSG_MANIFEST=new Set,self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB();
23 changes: 23 additions & 0 deletions _next/static/chunks/890-6f2ac200bf43ae37.js

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions _next/static/chunks/framework-fae63b21a27d6472.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions _next/static/chunks/main-97ba2b627474e8da.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _next/static/chunks/nextra-data-en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"/about":{"title":"About","data":{"":"//TODO"}},"/how_to_use":{"title":"How to Use","data":{"devkit-script#DevKit Script":"For zip based installation, you can find the devkit.sh script under the bin folder. This script is used to manage the DevKit containers and Yaci CLI.For curl based installation, you can find the devkit.sh script in $HOME/.yaci-devkit/bin folder.\nIf the bin folder is in your PATH, you can just use devkit command to manage the DevKit containers and Yaci CLI.\nOptions:\n start Start the DevKit containers and CLI.\n stop Stop the DevKit containers.\n cli Query the Cardano node in the DevKit container using cardano-cli.\n ssh Establish an SSH connection to the DevKit container.\n info Display information about the Dev Node.\n version Display the version of the DevKit.\n help Display this help message.","to-start-the-devkit-docker-compose#To start the DevKit docker compose":"To start the DevKit containers and yaci-cli.For, curl based installation, you can use the following command.\ndevkit start\nFor, zip based installation, you can use the following command.\n./devkit.sh start\nNote: If you have some ports already in use, please make sure the mentioned ports in config/env file are free.\nYou can also change the ports in config/env file. Any changes to env file will be applied when you restart the docker compose.","fund-default-test-accounts-optional#Fund default test accounts (Optional)":"Update config/env file to include your test Cardano addresses to automatically topup Ada.\ntopup_addresses=<address1>:<ada_value>,<address2><ada_value>\nExample\ntopup_addresses=:20000,:10000\nImportant: After updating env file, you need to restart the docker compose using devkit.sh stop and devkit.sh start options.Note: You can also use the topup command in Yaci CLI to fund your test addresses later.","enable-ogmios-and-kupo-support-optional#Enable Ogmios and Kupo Support (Optional)":"Yaci DevKit bundles both Ogmios and Kupo. However, Kupo is not enabled by default. To activate both Ogmios and Kupo support,\nset ogmios_enabled & kupo_enabled flag in env file to true. Alternatively, you can enable both Ogmios & Kupo support using enable-kupomios command in Yaci CLI.","to-stop-devkit#To stop DevKit":"Use devkit.sh script to stop the DevKit containers.For, curl based installation, you can use the following command.\ndevkit stop\nFor, zip based installation, you can use the following command.\n./devkit.sh stop","yaci-cli---few-key-commands#Yaci CLI - Few Key Commands":"This section explains a few key commands specific to Yaci CLI.","create-a-default-devnet#Create a default devnet":"yaci-cli:>create-node\nTo overwrite data or reset the existing default devnet, use the \"-o\" flag.\nUse --start flag to start the devnet after creation.\nyaci-cli:>create-node -o\nor,\nyaci-cli:>create-node -o --start\nKnown Issue: Yaci DevKit uses a share folder to store the data on host machine. In some setup, this causes issue due to permission.\nIf you face similar issue and not able to start the devnet, you can remove volumes section from docker-compose.yml file and restart the docker compose.\nIt should work fine and create the devnet data in the docker container itself. Please check this issue for more details.","create-a-default-devnet-node-with-conway-era#Create a default devnet node with Conway Era":"By default, Yaci DevKit creates a devnet with Babbage era. If you want to create a devnet with Conway era, use the following command.\nyaci-cli:>create-node -o --era conway","create-a-devnet-with-custom-slots-per-epoch#Create a devnet with custom slots per epoch":"To create devnet with a custom slots per epoch (By default 500 slots/epoch)For example: Create and start a devnet with 30 slots per epoch\nyaci-cli> create-node -o -e 30 --start\nNow, you should be in the \"devnet\" context. To start the devnet, use the \"start\" command.\ndevnet:default>start\nNote Now, with Yaci Viewer, you can conveniently check the devnet's data right from the browser. Simply open the following URL\nin your browser to access the Yaci Viewer.http://localhost:5173","to-reset-clusters-data#To reset cluster's data":"If your devnet gets stuck or you simply want to reset the data and restart with the same configuration, simply use the command \"reset\".\nIt will restore your devnet to its initial state, allowing you to continue your development seamlessly.\ndevnet:default>reset","to-stop#To stop":"devnet:default>stop","to-fund-a-new-address#To fund a new address":"Easily fund your test account with ADA using the \"topup\" command.\ndevnet:default> topup <address> <ada value>","to-check-utxos-at-an-address#To check utxos at an address":"devnet:default> utxos <address>","to-check-devnet-and-url-info#To check devnet and url info":"devnet:default> info\nFor more details about Yaci CLI, please check https://yaci-cli.bloxbean.com .","default-pool-id#Default Pool Id":"If you are testing pool delegation and reward withdrawal transaction in your application, you can use the following pool id\nwhich is already registered in the devnet.","query-devnets-cardano-node-using-cardano-cli#Query Devnet's Cardano Node using cardano-cli":"DevKit script has a wrapper script to query the Cardano node running in the devnet. You can use this script to query the Cardano node like\nyou usually do with cardano-cli command line tool. You don't need to install cardano-cli in your local machine or use protocol magic number in the command.For example:To query protocol parameters, you can use cli option with devkit script.\n./devkit.sh cli query protocol-parameters"}},"/":{"title":"Introduction","data":{"":"The Yaci DevKit offers a customizable Cardano devnet that quickly launches and resets via the Yaci CLI, enabling faster\niterations for developers. It features Yaci Store, a lightweight indexer using H2, and Yaci Viewer, a browser-based interface\nfor viewing transactions. It supports flexible configurations, integrates with Ogmios and Kupo, and is compatible\nwith Blockfrost API endpoints, all easily deployable with Docker Compose for efficient setup.","installation#Installation":"To install latest stable version of Yaci DevKit, run:\ncurl -s \"http://devkit.yaci.xyz/install.sh\" | bash\nTo install a specific version of Yaci DevKit, run:\ncurl -s \"http://devkit.yaci.xyz/install.sh\" | bash -s -- <version>\nNote: Replace <version> with the desired version number without the v prefix.","zip-installation#Zip Installation":"Download the latest zip from release section and unzip it."}}}
1 change: 1 addition & 0 deletions _next/static/chunks/pages/_app-c54702eb327175a3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _next/static/chunks/pages/_error-56a1a2eec59e6cbd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _next/static/chunks/pages/about-de7cf20e72a0a6ff.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _next/static/chunks/pages/how_to_use-59cdc267f14f6e0d.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _next/static/chunks/pages/index-053d5f5ed293b8c2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _next/static/chunks/polyfills-c67a75d1b6f99dc8.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions _next/static/chunks/webpack-6af0e3c12b874bb0.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _next/static/css/445c4173ffc2bf04.css

Large diffs are not rendered by default.

Loading

0 comments on commit 808e20b

Please sign in to comment.