cross-contract-calls
cross-contract-calls copied to clipboard
trafficstars
Cross-Contract Call Examples 👋
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
What These Examples Show
- How to make a NEAR contract call another and handle its response
- How to call multiple contracts at the same time and handle their responses
- How to call multiple functions on a same contract and handle its reponse
Learn More
- Learn more about the contract through its README.
- Check our documentation.