-
- Create an example dApp showing [CIS-5](https://proposals.concordium.software/CIS/cis-5.html) standard smart contract, a front-end, and documentation.
- Tutorial documentation must show all details …
-
Protocol 7 introduces changes in how stake cooldown is handled.
These need to be reflected in the wallet.
-
**Bug Description**
Whenever the page URL changes, the `inject.js` instantiates `WebAssembly`. This causes the tab to quickly run out of memory and start lagging if the URL changes frequently.
*…
-
**Description**
We should consider having `cargo-concordium` embed the schema by default when building smart contracts, since it is most often what you want. If we do this, we need to add a flag for …
-
command
```
yarn run:backend:contracts-api
```
Facing this issue
```
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s
Running `target/debug/backend contracts-api`
thr…
-
**Description**
Cargo concordium should output the wasm module to `PROJECT_ROOT/concordium-out/module.wasm.v1` by default, as it is cumbersome and error-prone to write manually all the time. Where `P…
-
### Testnet Faucet
We want to build a testnet faucet for Concordium users and developers. By default, we can send people 20.000 CCDs everytime they try. We can also create this as a marketing tool in…
-
### Description:
Build and release a [Metamask Snap](https://metamask.io/snaps/) for Concordium. This integration should facilitate full account creation, management, and transaction capabilities dir…
-
**To reproduce:**
1. Create an account and take 20k CCDs from the faucet.
2. Send 10000 CCDs.
3. Observe your balance
**Result:**
Balance visually increases for the sent amount. This is not the act…
-
New versions of JS libraries have been published, which we should strive to use in our applications.
**Libraries to update:**
- `@concordium/web-sdk`
- `@concordium/react-components`
- `@conco…