Smart Contracts: Flow
Engage your Elements application or game with the Flow blockchain using smart contracts.
pub contract MyFirstContract { /*...*/ }pub contract MySecondContract { /*...*/ }0xf8d6e0586b0a20c7Specify all Contracts
import 0xf8d6e0586b0a20c7MyFirstContract.foo()
MySecondContract.foo()import 0xf8d6e0586b0a20c7
MyFirstContract.foo()
MySecondContract.foo()