devlancer

Results 7 issues of devlancer

Hi @michaelhly How I can use token-swap-program with solana.py? There aren't any docs about that. Thanks in advance.

help wanted

I tried to get all logs of solana network with following code ``` solana_client = Client(cfg.SOL_RPC_URL) filter = solana_client.set_log_filter("solana_core=debug") while True: await filter.update() items = filter.items() print(items) for log in...

good first issue

I'm going to build a NFT project with this library. There would be two signer - one is user and one is backend privatekey. And backend builds psbt and user...

It seems like register same enpoint 3 times with different address. so backend gets post request 3 times. Please check this screenshot ![image](https://github.com/hirosystems/ordhook/assets/101313445/b94b4dcc-6814-4d6a-9882-ac29b23e8916) And this is my config ![image](https://github.com/hirosystems/ordhook/assets/101313445/92534d9e-e92d-4a0b-87f2-7014c6fd3ef1)

icebox

I got this error when I tried to use ordhook for backend indexer. Please check this screenshot. ![image](https://github.com/hirosystems/docs/assets/101313445/10dfa848-d58a-4eb3-b787-b9bc0c32260a) This is my ordhook config ![image](https://github.com/hirosystems/docs/assets/101313445/cbb5fe67-d7d7-456f-b18f-54e55436ead2)

I take a look example code on this repo and noticed that should deposit reveal fund to taproot script address before build transaction. But I want to do that all...