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 efe5a0c commit fc07d7a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,19 @@

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.

## Folders

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

> [!NOTE]
> See each folder for instructions
<br />

# What This Example Shows
# What These Examples Show

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 fc07d7a

Please sign in to comment.