-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |