python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
In Terra Smart Contract how do you retrieve the current running contract address from within the executing RUST code?
I'm using CosmWasm and CW-Asset crates, and I want to check the smart contract Address balance for a specific cw20 token balance on the current smart contract address before transferring the tokens to...
petegordon
Votes: 0
Answers: 1
how to sign a message with ecdsa privatekey using golang?
I am trying to sign a message in go generated via hd wallet's private key using cosmos sdk. Below is the equivalent implementation in python which generates the signed message / signature as expected ...
Mozhi
Votes: 0
Answers: 1