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

Fix broken links and add new sections on README.md #2

Merged
merged 1 commit into from
Apr 4, 2024
Merged
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
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,24 @@ The repo contains:
- A framework for interacting with the blockchain, based on the smart contract logic, especially suitable for developers.
- A code snippet generator.

# Documentation & Getting started
# Documentation

The documentation can be found [here](docs/README.md)
Most documentation can be found at https://docs.klever.org/klever-vm

# Getting started

The crowdfunding tutorial is a great place to start: https://docs.klever.org/tutorials/crowdfunding

# IDE

The framework is designed to be easiest to use with the KleverChain IDE VSCode extension: https://marketplace.visualstudio.com/items?itemName=Klever-org.vscode-kvm-ide

You can find a KleverChain IDE tutorial at https://docs.klever.org/tutorials/kleverchain-ide

# Building contracts

A comprehensive build guide can be found here: https://docs.klever.com/developers/developer-reference/sc-build-reference/
A comprehensive build guide can be found here: https://docs.klever.org/smart-contracts/config-and-tooling/build-reference

# Debugging contracts
# Testing contracts

The debugger guide: https://docs.klever.com/developers/developer-reference/sc-debugging/
The Smart Contracts Testing guide: https://docs.klever.org/smart-contracts/testing
Loading