-
Upon receiving a contract address, the app fetches the contract's details using Taquito's Tezos.contract.at(contractAddress). The backend parses the contract's script to identify available endpoints …
-
Update cards design in order to make them smaller like on the Figma.
https://www.figma.com/design/gXLZPoh1BchigOB5y9YkQZ/Tezos-Homebase---v2-UI?node-id=8555-9511&m=dev
-
The currently pending Hangzhou protocol update of Tezos contains a proposal for a timelock encryption mechanism in Michelson -- https://tezos.gitlab.io/alpha/timelock.html
We're looking for nails t…
-
**Description**
I'm trying to deploy a smart contract to a local node that uses Flextesa ithacabox (runs inside a docker container).
Dockerfile:
```
FROM oxheadalpha/flextesa:latest
WORKD…
-
A floor price perpetual future is a synthetic asset tracking the price of the cheapest NFT of a collection, which users can mint by locking up low-value NFTs.
We'd like to see an implementation of…
-
# Interactive NFT installation package for cultural institutions
Imagine an exhibition that comes to life. That distributes itself as seeds among those who visit, creating engagement and outreach. …
-
We would like to see a cross-chain (Tezos EVM) mechanism for loans, with collateral on one chain, and the loan being extended on another, with automated, decentralized mechanism protecting both sid…
-
I've deployed AWS cloudforamtion setup following https://assets.tqtezos.com/docs/run-a-node/1-run-a-node-intro/ for mainnet.
The setup is successful but I'm facing issues with it.
- With tezos-cli…
-
Currently we scrape the mempool RPC and count the various `kind`'s of operations. We record this as a `GaugeValue`.
Using a CounterValue would be better, but we are blocked in implementing this as…
-
After discussions with @elric1, I found a strange behavior when re-building the Docker image `tezos-k8s-utils` using `devspace build -b -t dev --skip-push`. I faced this warning and ignored it at firs…