Skip to content

Commit

Permalink
GitBook: [Team-Kujira#26] Added blank dApp frontend pages for Fin, Or…
Browse files Browse the repository at this point in the history
…ca, and Blue. A few words edited for readability
  • Loading branch information
codehans authored and gitbook-bot committed Aug 19, 2022
1 parent 17a4c88 commit fe57530
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 6 deletions.
5 changes: 4 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion dapps/orca.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
File renamed without changes.
3 changes: 3 additions & 0 deletions developers/dapp-front-ends/blue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Blue

Perfection takes time.
11 changes: 11 additions & 0 deletions developers/dapp-front-ends/fin.md
Original file line number Diff line number Diff line change
@@ -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).
3 changes: 3 additions & 0 deletions developers/dapp-front-ends/orca.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Orca

Coming soon....
4 changes: 2 additions & 2 deletions developers/smart-contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion validators/run-a-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion validators/run-a-node/tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fe57530

Please sign in to comment.