This repository contains examples on how to perform cross-contract calls in both JavaScript and Rust.
- contract-simple-rs - Rust example
- contract-simple-ts - JavaScript example
- contract-advanced-rs - Rust advanced example
- contract-advanced-ts - JavaScript advanced example
- How to make cross contract call and handle their responses information in the NEAR network.
- How to handle their responses.
- Learn more about the contract through its README.
- Check our documentation.