-
### Describe the bug
When adding your subjkt details for a new wallet I found that the first letter of the chosen name is removed automatically if you use a capital e.g. 'Moments' is automatically …
-
I am using the library to interact with Tezos blockchain via Nodejs application.
The source code
```
import * as api from '@tzkt/sdk-api';
api.defaults.baseUrl = 'https://api.ghostnet.tzkt.io/'
…
-
During the process of moving from CRA to Vite I discovered that the dipdup/tzkt-api package is deprecated. After asking the Baking Bad team they said it's better to use https://github.com/tzkt/api-sdk…
-
A raycast extension that lets the user inspect any Implicit account or smart contract directly from Mac's spotlight search without going to any browser's indexers like TZKT or better call dev.
-
Hi. I found something weird with `events `I receive from my smartcontract
On the client side, with Taquito "16.1.2" I display what I receive and it should be an `Array of addresses` instead I get an…
-
**Steps to reproduce:**
We had a similar issue before here: https://github.com/dipdup-io/dipdup/issues/769
The **Steps to reproduce:** are similar between the two errors.
However this time I got th…
-
**Steps to reproduce:**
Some of the entrypoints of the contracts I indexed don't require parameters to work. When operations are caught on them, they crash and return this error:
`FrameworkExcepti…
-
I have this code on the ESP32-C3 board (CP 9.1-beta)
```Python
async def get_data():
pool = socketpool.SocketPool(wifi.radio)
session = requests.Session(pool, ssl.create_default_context(…
-
Hi,
Somehow our mainnet tzkt got stuck in reverting status and become out of sync...
-
The SDK currently provides a low level API on top of which a lot can be built, with some effort.
To make things easier for most devs, key use cases should be supported directly by the SDK using a h…