Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored Mar 1, 2024
1 parent b9ae69f commit efe5a0c
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
# Hello World Examples
# Hello Near Examples 👋
[![](https://img.shields.io/badge/⋈%20Examples-Basics-green)](https://docs.near.org/tutorials/welcome)
[![](https://img.shields.io/badge/Contract-JS-yellow)](contract-ts)
[![](https://img.shields.io/badge/Contract-Rust-red)](contract-ts)
[![](https://img.shields.io/badge/Frontend-JS-yellow)](frontend)

This repository contains examples of a simple Hello World smart contract in both JavaScript and Rust, as well as a frontend interacting with a Hello World smart contract.

## Repositories
## Folders

- [Hello World JavaScript](contract-ts)
- [Hello World Rust](contract-ts)
- [Hello World Frontend](frontend)

> [!NOTE]
> See each folder for instructions
# What This Example Shows

1. How to store and retrieve information in the NEAR network.
2. How to integrate a smart contract in a web frontend.

<br />

---

# Learn More
1. Learn more about the contract through its [README](./contract/README.md).
2. Check [**our documentation**](https://docs.near.org/develop/welcome).

0 comments on commit efe5a0c

Please sign in to comment.