Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for our devs docs and a few internal links #275

Closed
wants to merge 10 commits into from
Closed
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
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,17 @@ Carpe is a desktop "wallet" that connects to the 0L network and lets you create

# Creating Accounts

Like any account-based blockchain, any new account address you create in the Carpe app will initially be inactive. For the account to become active, someone needs to send you at least one coin to it. Until that happens your account does not exist "on chain". If you don't know anyone yet on 0L, come into the Discord chat and just ask anyone there. Many people will be happy to help get you onboarded. Otherwise the app should guide you through it.
Like any account-based blockchain, any new account address you create in the Carpe app will initially be inactive. For the account to become active, it will need to be sent at least one coin. Until that happens your account does not exist "on chain".

[Join us on Discord and get onboarded](https://discord.gg/AzCp63pggW)
You can either have a friend send you a coin or you can use the drip function in discord here: [0L Network Discord Server](https://discord.gg/AzCp63pggW). Go to the "Getting started section," and hop in the carpe-onboarding channel, where you simply type '/drip' and enter your adress from your carpe app. The bot will then send you one libra which will activate your account on-chain.

It may take a few seconds, but if it doesn't automatically update your account, you can always hower over the avatar in the top right corner of the app. Click settings on the drop-down menu, and update the playlist which will refresh your connection to the chain and then a simple restart of the app should get you set up for success.

This can be done as maany times as you'd like, but will often only be necessary on rare occassions.

**Please note that there's currently a limit on the first transfer for a 1000 Libra.**

## Configuring slow wallets:

## Canary Testers

Expand Down
19 changes: 19 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,25 @@ After your account has been onboarded, new menus appear on top of the screen. Sw

To start mining, just click on the red toggle button, so it turns into green color.

## Configuring a slow wallet

To configure a slow wallet, select an account you would like to configure and hover next to the avatar.

A new button will appear. Once pressed the section account info appears.

Below the information about your address and authkey: press the plus in the box that says account acctions, and you will see a button with the text "SET SLOW WALLET ..." on it.
Once clicked, you will yet again be asked to cofirm that you really wish to turn this account into a slow wallet.

**A word of caution once set you cannot undo this and the wallet will forever be a slow wallet.**

You need to have at least 1 libra in your account to configure the slow wallet as it is an on-chain event.

For a visual walk-through of how to set a slow wallet, check the screencast below.

![settingSlowWallet](https://github.com/Teisson/carpe/assets/97843018/143f3abd-4f32-4301-8762-0896b8bc882b)


## DANGER

There are some dangerous buttons on the "TRANSACTIONS" and "SETTINGS" screens. Don't use them until you know what they do.

Loading