Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/kromer/design.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Kromer Design
title: Design
---
import { Aside } from '@astrojs/starlight/components';

Expand Down
29 changes: 29 additions & 0 deletions src/content/docs/kromer/shops.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: Shops
---
import { Aside } from '@astrojs/starlight/components';

Kromer supports practically every Krist shop that follows the documentation on https://krist.dev/docs.
Some shops like Radon URL Encode the body and are not compatible with Kromer by default. This is an undocumented feature of the official Krist server.
Radon requires manual patching for this reason.

### Community fork ([link](https://github.com/scmcgowen/Radon))
This community fork is made by Herr Katze, and should work out of the box with Kromer: https://github.com/scmcgowen/Radon, use the install script provided in the repository

## Radon ([link](https://github.com/Allymonies/Radon))
<Aside type="caution">Radon requires manual patching, or use of a community fork. Instructions for manual patching aren't provided.</Aside>

The configuration for Radon should look like this:

```lua
currencies = {
{
pkey = "***YOURPKEY***",
id = "kromer",
value = 1,
pkeyFormat = "raw",
node = "https://kromer.reconnected.cc/api/krist/",
},
},
```

27 changes: 27 additions & 0 deletions src/content/docs/kromer/wallets.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Wallets
---
import { Aside } from '@astrojs/starlight/components';

There is a Kromer wallet website available, anything in this list is considered safe to use.

<Aside type="danger">Please be careful with entering your private key on a (web) wallet, your private key may be at risk!</Aside>

## Krawlet [kromer.club](https://www.kromer.club/)
Krawlet is a wallet made by Twijn built to support basic features of Kromer. These features include:

- Viewing Kromer transactions and their metadata
- Viewing addresses, including their transactions and names purchased
- Listing addresses (including by the richest)
- Sending Kromer to addresses or online Minecraft players when provided a private key
- "Fill-ins" for known Minecraft addresses or verified addresses, making it easier to identify who is involved in transactions and other actions

In addition to the web interface, Krawlet also includes several chat-based commands that can be used. These include:

- \balance [player] - View another players (or your own) Kromer balance
- \richest [page] - View the richest addresses on Kromer
- \names [page] - View names registered on Kromer

To view an updated list of commands offered by Krawlet, use `\krawlet` in chat!

Krawlet is still in active development, so more features will be added soon!