2 tho773646968c/ElrondDevelopers 2years ago Hi devs I discovered this beauty this morning (in my timezone) https://github.com/ElrondNetwork/multisig.elrond.com That's awesome but where is the multisig SC source code to build and deploy to use this awesome multisig dApp ?
1 tho773646968c/ElrondDevelopers 2years ago Hi devs there is a way to generate ABI file from the smart contract source code ? Or at least a basic file with function names ?
1 tho773646968c/ElrondDevelopers 2years ago like here : https://docs.elrond.com/developers/nft-tokens/#burn-quantity But with a tool ?
1 tho773646968c/ElrondDevelopers 2years ago how ? the SC of swap indicates that they are not payable by SC do you have some links / examples ?
1 tho773646968c/ElrondDevelopers 2years ago Hi devs, did you now if it's possible within a SC to use the swap method like swap some EGLD of the SC to MEX like a user could do it in maiar exchange ?
3 tho773646968c/ElrondDevelopers 2years ago I never had an issue like that, try to disable your others extensions and restart your browser. Do you use chrome ?
3 tho773646968c/ElrondDevelopers 2years ago Hello, I'm updating my SCs to prevent using heap memory, but I'm out of ideas could someone help me ? I want to check inside the smartcontract if caller addresses are whitelisted like this in the init function self.allowlist().insert(ManagedAddress::from_address(&Address::from(H256::from(hex!("1ff... Read more