-
I am trying to follow the README file. It states run sudo npm install but this fails for me.
I have Ubuntu 18.04. npm is 6.4.1. node 10/14.1. I even tried running as root and I had the same error. …
-
Release 2.3.0-rc0 should be used for poa-bridge-contracts.
rzadp updated
5 years ago
-
Add `poa-bridge-contracts` (branch `refactor_v1`) repository as a git submodule and use compiled contracts instead of contracts on `abis` directory
-
I had to downgrade my node version to 9 in order to perform `npm install` in poa-bridge-contracts repo.
![Screenshot 2019-05-07 at 14 06 52](https://user-images.githubusercontent.com/12039224/57298…
rzadp updated
5 years ago
-
Deploy three different smart contracts on the main net (ENS, Token Bridge, Aragon)
https://github.com/ensdomains/ens
https://github.com/poanetwork/poa-bridge
https://github.com/aragon/aragon
-
As per requirement for the `erc-to-erc` bridge every time when the fee for transferring assets needs to be distributed it is necessary to pass the request to `addBridgeTokenFeeReceivers` (https://gith…
-
Propagate changes made under https://github.com/poanetwork/poa-bridge-contracts/pull/169 in the `develop-for-classic` branch
-
Related to [Issue 119 Rewards for bridge validators](https://github.com/poanetwork/poa-bridge-contracts/issues/119).
As it was identified in https://github.com/poanetwork/bridge-ui/pull/182, it is …
-
To properly handle validators and reward addresses, to distribute `fee` among them, a double linked list will be helpful.
See https://github.com/poanetwork/poa-bridge-contracts/issues/119#issuecomm…
-
As per requirement for the `erc-to-native` bridge every time when the fee for transferring assets needs to be distributed it is necessary to pass the request to `addBridgeNativeFeeReceivers` (https://…