-
## Description
**As a user I want to be able to**
Transfer ERC20 Tokens to the Trustlines Sidechain and generate native Coins on the Sidechain.
Inside the PoA Network Bridge Test Environment
**So th…
-
# Aragon Nest Proposal: Payroll App for Aragon DAOs
## Abstract
Payroll is a key activity on every organization. Proper payroll requires careful planning and proper tools to get the job done so …
-
First of all for security reason the validators must have two accounts (two private keys): one account to sign bridge transactions and another account to receieve fees.
That's why the contract depl…
-
The POA bridge seems to typically be deployed with a maximum of maybe 20 validators, but we potentially will need 123. We should contact the developers and ask if they think this could be a problem an…
-
As per work to adapt the bridge contracts to work in the Ethereum Classic environment the separate branch `develop-for-classic` was created. The following were done there:
- to downgrade of the compi…
-
Hi!
I have noticed that the withdraw function does a [transfer](https://github.com/paritytech/parity-bridge/blob/master/contracts/bridge.sol#L312) to the recipient address. The recipient address co…
-
The Dockerfiles are COPYing `package-lock.json` when building images.
We should remove this dependency, or rely on `yarn.lock` instead.
rzadp updated
5 years ago
-
(Moved to this repo from https://github.com/poanetwork/pos-contracts/issues/27.)
`pos-contracts` doesn't specify the ERC20 token contract parameter that is required in order to be able put stakes o…
-
See https://github.com/poanetwork/poa-bridge-contracts/issues/119 for further details
-
Hi, guys! I've deployed a new xDAI-like chain recently with one ERC-TO-NATIVE bridge.
First I deployed the network and the bridge contracts and after that get the info that I will need 2 validators …