JS Maxi
JS Maxi
### What problem does your feature solve? Some accounts are used temporary for testing purposes and could be removed after some time. ### What would you like to see? In...
### What problem does your feature solve? Wallet disconnection, if user needs it. Perhaps this is already implemented, I cannot find it. ### What would you like to see? Users...
### What problem does your feature solve? Developers frequently write repetitive boilerplate code to extend TTL across different Soroban smart contracts/projects. This common pattern involves defining constants for ledger days,...
### What problem does your feature solve? Developers frequently need to convert between different Soroban type representations, especially when using tools like Stellar Lab that require exact hex encoding. Currently,...
### Describe the issue 1) Would it be possible to provide a Hardhat 3 compatible version of the [fhevm-hardhat-template](https://github.com/zama-ai/fhevm-hardhat-template)? And update the relevant docs [e.g.](https://docs.zama.ai/protocol/examples/openzeppelin-confidential-contracts/openzeppelin) 2) Would it be possible...
### Category - [x] **docs(user)** — user-facing content: guides, tutorials, concept explanations, etc. - [ ] **docs(api)** — interfaces: contracts, SDKs, plugin APIs, etc. - [x] **docs(code)** — code examples,...
How to reproduce this issue: Open documentation page https://www.diadata.org/docs/nexus/how-to-guides/fetch-price-data/chain-specific-guide/crossfi Under _Oracle Details_, click on mainnet address. Observe that mainnet redirects to https://xfiscan.com/address/0x859e221ada7cebdf5d4040bf6a2b8959c05a4233 while the link says "Mainnet 0x33df80cdf0c9ff686261b11263d9f4a3ccc3d07f" Also, "Testnet...
Feature Request: Include Stellar `Vault` contract example in the UI Wizard, alongside the existing `Fungible`, `NonFungible` and `Stablecoin` contracts. - Wizard UI: https://wizard.openzeppelin.com/stellar - Example Implementation: https://github.com/OpenZeppelin/stellar-contracts/blob/main/examples/fungible-vault/src/contract.rs
Currently, the OpenZeppelin Wizard for **Stellar** (https://wizard.openzeppelin.com/stellar) generates contracts that use `default_impl` attribute to implement all trait functions, when possible. Suggestion is to add a UI toggle to choose between:...
I've tried to download the Stellar Rust Development Package using https://wizard.openzeppelin.com/stellar and seems that it does not include a .gitignore file by default for Git version control. It would be...