Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.27 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.27 KB

Cross-Contract Call Examples 👋

example workflow example workflow

This repository contains examples on how to perform cross-contract calls in both JavaScript and Rust.


What These Examples Show

  1. How to make cross contract call and handle their responses information in the NEAR network.
  2. How to handle their responses.

Learn More

  1. Learn more about the contract through its README.
  2. Check our documentation.