-
I was implementing a buy function using pyserum and solana using the following code.
```order = market.place_order(
payer=sender_keypair.public_key,
owner=Account(sender_keypair),…
-
Hey,
I recently noticed that my Solana.py websocket sometimes just randomly disconnects from the RPC server I am currently using. The websocket logging gave following result:
```
% sending keep…
-
Is there a way to get all the SPL adresses of all nfts inside my wallet using python? I've been searching and I've found this: [https://github.com/michaelhly/solana-py/issues/48](https://github.com/mi…
-
As provided [here](https://michaelhly.github.io/solana-py/solana.html), the `solana.account` funcion is deprecated.
Due this deprecated error, `metaplex_api.deploy(api_endpoint, "MintNome"*32, "MintS…
-
#### Problem
Being able to create verifiable builds and prove your smart contract code deployed is the same code as displayed on Github or an explorer is incredibly important. Today developers deploy…
-
Hi, I've noticed that the name service for SPL is not available here.
https://github.com/solana-labs/solana-program-library/blob/c05f445d73ffe917367c590aaccee1ec018801f6/name-service/
Any plan t…
-
### Which package is this bug report for?
candy machine cli
### Issue description
Hi I have got this problem on my VS code. I get this:
[Unknown error (0x80092012) - The revocation function was …
-
Hi there^^
After setting up docker properly, I ran into env variable issue, I suspect it's cluster_url that caused some connection error.
I changed path to use a file, and replaced cluster url …
-
so about every tutorial i've followed, this problem has occurred. either it be from cd > js or the just like the tutorial said, from
cd metaplex/js/packages/cli
I run yarn install and this pops…
-
Hi community,
So I'm trying to mint an NFT on Solana using your library but I'm getting an error at metada function. Here the stuck
File "/python-api/api/metaplex_api.py", line 77, in mint
tx,…