Welcome to the knowledge base of CosmWasm community!
Welcome to the knowledge base of CosmWasm community!
| Topics, recently active first | Category | Users | Replies | Activity |
|---|---|---|---|---|
Welcome to the community! Welcome to the knowledge base of CosmWasm community | General | S | 0 | 2020-07-27 07:42:37.303Z |
How to implement auction using CW721 Nft? I am working on the auction smart contract. cw721 token owners send nft to the auction contract and once the auction contract receives the ReceiveNft(cw721::Cw721ReceiveMsg) msg, the auction is started. The problem here is the data provided by Cw721R... | General | S | 0 | 2023-10-31 08:54:36.079Z |
execute cw20 contract with interchain account I try to execute an transfer cw20 via ibc with ICS-27 standard wasmd tx intertx submit /src/app/send.json --connection-id connection-0 --chain-id controller-chain --from validator0 --home /wasmd --gas-prices 0.00025IOSGD --gas-adjustment 1.5 --gas au... | General | H | 0 | 2023-05-03 10:25:16.600Z |
How to transfer Atom with in Cosmos chain using Cosmwasm API? Could you kindly assist me in transferring ATOMs between two accounts on the same Cosmos chain using the Cosmwasm API? I would be extremely grateful for your help. Thank you in advance. Here is my code: import { DirectSecp256k1HdWallet } from “@cosmj... | CosmJS | Z | 0 | 2023-04-06 06:17:47.809Z |
How to discover rest api of cosmwasm smart contract? I have a url https://api.constantine-1.archway./ and smart contract address archway1suhgf5svhu4usrurvxzlgn54ksxmn8gljarjtxqnapv8kjnp4nrsmjcxz4. I also have the genesis.json file. And I would like to discover the callable rest api. Is there any way of... | Smart Contracts | J | 0 | 2023-01-16 22:06:55.174Z |
Join The CosmwasmTest-Net Hello all Cosmwasm Friends! As I really love to be an early supporter, I came here to learn how to join and help as a testnet operator. Its the first post ever made in this forum, so I guess I have to wait for all my other friends to arrive. When wil... | Testnets | G | 0 | 2022-08-30 20:25:42.406Z |
Querier in Cw20Contract in helpers.rs Help please. I am trying to use the Cw20Contract to Query things about a CW20 contract. All the querying functions take a Querier argument. But I don't know where to get the querier object from. If I try and so this (e.g.): let _test = cw20.is_mintab... | General | D | 0 | 2022-04-29 13:42:58.717Z |
Can Anyone help me with installing wasmd? I am on Ubuntu Linux 20.04. I tried to install wasmd but haven't been able to. It gives me an error saying "wasmd: not a command" whenever I try to run "wasmd version'. I would really appreciate help. Thank you | General | V | 0 | 2022-04-21 11:12:21.581Z |
Using wasmd with m1 mac Hi, I have an m1 macbook pro. I know wasmd is not supported for m1 mac currently but I am looking for a way around of this problem. | General | S | 0 | 2022-02-22 11:54:52.667Z |
CosmosMsg implementation I am trying to add two different messages (with different types) to my contracts handle/execute-Response. For this I would like to introduce a new message, to be used with CosmosMsg::Custom to perform what previously was CosmosMsg::Wasm(WasmMsg::Exec... | Smart Contracts | A | 0 | 2021-07-14 16:47:37.937Z |
| Explain icons... | ||||
What is wasm32-unknown-unknown suffix? Follow up of https://github.com/CosmWasm/docs2/issues/22. What is the suffix unknown-unknown? It looks scary when you first see it, can it be changed to something more friendly, if not what is the explanation @ethanfrey? | WASM | ![]() | 1 | 2020-08-03 11:21:20.109Z |
Uint256 number crate that you recommend to work with CosmWasm? Hi guys, do you have a Uint256 number crate that you recommend to work with CosmWasm? | Smart Contracts | ![]() | 3 | 2020-07-27 10:41:23.136Z |
Are there any current examples of multi-chain contracts? Are they the same contract that exist across multiple chains that somehow share state? | Smart Contracts | ![]() | 1 | 2020-07-27 10:39:01.493Z |
in CW20, can a contract send token to a person with transfer from? in CW20, can a contract send token to a person with transfer from? | Smart Contracts | ![]() | 1 | 2020-07-27 10:37:19.730Z |
Where is the stack size allocated for the WASM smart contract? Is it directly inside the contract.wasm binary, in the spirit of linear memory? | WASM | ![]() | 3 | 2020-07-27 10:00:59.071Z |
Testing CosmWasm contracts without deploying to wasmd Is there a way to know which crates / binaries will not work on CosmWasm without running it on wasmd? | WASM | ![]() | 2 | 2020-07-27 09:58:25.326Z |
Cosmos SDK or CosmWasm for a Rustean? Hi Guys! I just ran into this awesome project. I have a general question. I'm an apprentice Rustacean, Coswasm seems like the preferred choice to get my feet wet due to the language preference. Having said this, I would be interested in learning abou... | General | ![]() | 3 | 2020-07-27 09:28:18.896Z |
crypto opcodes like SHA3 Hi guys, maybe this is a silly question, but how do you deal with crypto opcodes like SHA3 in CosmWasm? I suppose it is a function call to a Rust implementation of it? If so, where in the code may I find that? I am writing a compiler from a custom co... | Smart Contracts | E | 2 | 2020-07-27 09:25:07.554Z |
Can cosmjs be used for interacting with the RPC/LCD of the native cosmos sdk? Can cosmjs be used for interacting with the RPC/LCD of the native cosmos sdk? or cosmostation/cosmosjs is a better option for that kind of purpose? | CosmJS | ![]() | 1 | 2020-07-27 09:17:05.041Z |
test topic test | CosmJS | ![]() | 1 | 2020-07-27 08:30:53.336Z |