Intermediate concepts (cross-contract calls and more)
Login with NEARIntermediate concepts This chapter will go a bit faster than the previous ones. We’re going to be covering an important part of smart contract development: cross-contract calls. Cross-contract calls A cross-contract call is when a smart contract calls another smart contract. For instance, if alice.near calls contract A, and contract A makes a …
Intermediate concepts (cross-contract calls and more) Read More »