diff --git a/README.md b/README.md index 667174a..d366f92 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,13 @@ This repository contains examples of a simple Hello World smart contract in both
+# What These Examples Show + +1. How to store a value in a smart contract +2. How to interact with a smart contract on NEAR + +
+ # Learn More 1. Learn more about the contract through its [README](./contract-ts/README.md). 2. Check [**our documentation**](https://docs.near.org/build/welcome).