diff --git a/SUMMARY.md b/SUMMARY.md index a369f29..56e24cc 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -20,7 +20,10 @@ * [Token Factory](developers/smart-contracts/token-factory.md) * [Price Oracle](developers/smart-contracts/oracle.md) * [Scheduler](developers/smart-contracts/scheduler.md) -* [dApp Front Ends](developers/dapp-front-ends.md) +* [dApp Front Ends](developers/dapp-front-ends/README.md) + * [Fin](developers/dapp-front-ends/fin.md) + * [Orca](developers/dapp-front-ends/orca.md) + * [Blue](developers/dapp-front-ends/blue.md) ## Validators diff --git a/dapps/orca.md b/dapps/orca.md index a562d26..f00f61e 100644 --- a/dapps/orca.md +++ b/dapps/orca.md @@ -2,6 +2,6 @@ ### Liquidate multiple assets across the whole of Cosmos at the click of a button. No bots, no code, no problems. -ORCA is the world's first public marketplace for liquidated collateral. It's no longer a bot only game. Now you can participate in securing your favorite assets while getting discounts on them (and earn interest while you wait). Read more on Medium [here](https://medium.com/team-kujira/orca-aust-bids-earn-interest-while-they-wait-125bbf251244). Happy hunting. +ORCA is the world's first public marketplace for liquidated collateral. It's no longer a bot-only game. Now, you can participate in securing your favorite assets while getting discounts on them (and earn interest while you wait). Read more on Medium [here](https://medium.com/team-kujira/orca-aust-bids-earn-interest-while-they-wait-125bbf251244). Happy hunting. [https://orca.kujira.app/](https://orca.kujira.app/) diff --git a/developers/dapp-front-ends.md b/developers/dapp-front-ends/README.md similarity index 100% rename from developers/dapp-front-ends.md rename to developers/dapp-front-ends/README.md diff --git a/developers/dapp-front-ends/blue.md b/developers/dapp-front-ends/blue.md new file mode 100644 index 0000000..9a06ad0 --- /dev/null +++ b/developers/dapp-front-ends/blue.md @@ -0,0 +1,3 @@ +# Blue + +Perfection takes time. diff --git a/developers/dapp-front-ends/fin.md b/developers/dapp-front-ends/fin.md new file mode 100644 index 0000000..6c69ad4 --- /dev/null +++ b/developers/dapp-front-ends/fin.md @@ -0,0 +1,11 @@ +--- +description: Wield the first 100% decentralised order book exchange on Cosmos. +--- + +# Fin + +For a demo trading bot on Fin, check out [https://github.com/TeamKujira/fin-bot-demo](https://github.com/TeamKujira/fin-bot-demo). + + + +Query token information for all assets at [https://lcd.kaiyo.kujira.setten.io/cosmos/bank/v1beta1/supply](https://lcd.kaiyo.kujira.setten.io/cosmos/bank/v1beta1/supply). diff --git a/developers/dapp-front-ends/orca.md b/developers/dapp-front-ends/orca.md new file mode 100644 index 0000000..de76e9e --- /dev/null +++ b/developers/dapp-front-ends/orca.md @@ -0,0 +1,3 @@ +# Orca + +Coming soon.... diff --git a/developers/smart-contracts/README.md b/developers/smart-contracts/README.md index 59ba0ef..30d1adf 100644 --- a/developers/smart-contracts/README.md +++ b/developers/smart-contracts/README.md @@ -77,8 +77,8 @@ kujirad query wasm list-contract-by-code 4 You can now move on to building the UI for your newly deployed smart contract. -{% content-ref url="../dapp-front-ends.md" %} -[dapp-front-ends.md](../dapp-front-ends.md) +{% content-ref url="../dapp-front-ends/" %} +[dapp-front-ends](../dapp-front-ends/) {% endcontent-ref %} ## Custom Modules diff --git a/validators/run-a-node/README.md b/validators/run-a-node/README.md index 77f0a50..7ba945d 100644 --- a/validators/run-a-node/README.md +++ b/validators/run-a-node/README.md @@ -78,7 +78,7 @@ kujirad version ## Running the node -If the build succeed you should now have the `kujirad` cli in your path (of the `kuji` user). +If the build succeeds, you should now have the `kujirad` cli in your path (of the `kuji` user). Try invoking with `kujirad` and you should see output like diff --git a/validators/run-a-node/tips.md b/validators/run-a-node/tips.md index 163c899..2537663 100644 --- a/validators/run-a-node/tips.md +++ b/validators/run-a-node/tips.md @@ -2,7 +2,7 @@ ### Disk utilization -To help manage the disk size you can prune the blocks being kept. for this I use prime numbers pick your own in `app.toml` +To help manage the disk size you can prune the blocks being kept. For this I use prime numbers- pick your own in `app.toml` ``` pruning = "custom"