Doga Ozcan
@dozcan
#aptos & #sui also #movement.xyz uses #move smart contract language, in optimatesprotocol.com we are heading to these ecosystem... here is the first thread about move smart contract language hello world inceremental function: script { // Import the debug module published at the named account address std. use std::debug; const ONE: u64 = 1; fun main(x: u64) { let sum = x + ONE; debug::print(&sum) } }
0 reply
1 recast
1 reaction