-
Hey everyone,
We are thinking about making this repo as a central repo for ZRC2 token information. The primary use of this repo is for the developers. Zilliqa developers can use this repo for ZRC2 t…
-
### Prize Bounty
A total of USD $10k worth of prizes will be allocated to this hackathon. The breakdown of these prizes that are to be awarded at the conclusion of the hackathon are:
- 1x $3k overal…
-
Comment tracker for ZRC-2: https://github.com/Zilliqa/ZRC/pull/31
-
The [README](https://github.com/pypa/setuptools_scm#version-number-construction) of setuptools_scm mentions appending `.devN` for Semver version numbers, but according to [Semver](https://semver.org/)…
-
We should import the ERC20/ZRC2 wrapper into contracts/experimental
-
It's not possible to transfer tokens using Metamask (and possibly other wallets) through the `ERC20isZRC2.sol` bridge contract.
The reason is that the method signatures are partially incompatible w…
-
We should implement native token transfers as the most simple actually useful thing we can do.
This will require us to start building a concept of state too and we should take some care to get this…
-
Provides an error message when you paste in the contract address of a token to add.
-
```
procedure ZRC2TransferFrom(payment_token_address: ByStr20, from: ByStr20, to: ByStr20, amount: Uint128)
msg_to_wzil = {
_tag: "TransferFrom";
_recipient: payment_token_address;
…
-
The idea is to have a standarized way of releasing.
I propose releasing a `x.y.zrc1` first (as beta in FDroid and Play), check for bug reports and then release `x.y.zrc2` if a high priority bug app…