We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discussed in Node meeting 23.4.2020.
Description Try out Hyperledger Besu as Ethereum Client for go-perun.
Hyperledger Besu
go-perun
Context go-perun already works with gnache-cli, geth, parity and Infura. Besu will hopefully work out-of-the-Box too.
gnache-cli
geth
parity
Infura
Besu
Acceptance criteria A complete walkthrough of the perun 2-party-payment protocol is possible. All on-chain balances are updated accordingly.
perun
Hints
Alice
Bob
297-payment-demo
alice.yaml
bob.yaml
network.yaml
Demo readme.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discussed in Node meeting 23.4.2020.
Description
Try out
Hyperledger Besu
as Ethereum Client forgo-perun
.Context
go-perun
already works withgnache-cli
,geth
,parity
andInfura
.Besu
will hopefully work out-of-the-Box too.Acceptance criteria
A complete walkthrough of the
perun
2-party-payment protocol is possible.All on-chain balances are updated accordingly.
Hints
Besu
either using a premade build or compile from source.Alice
andBob
.297-payment-demo
, openalice.yaml
&bob.yaml
and set:Besu
client.Bob
andAlice
addresses innetwork.yaml
Bob
and let him deploy the contracts.alice.yaml
and startAlice
.Demo readme.
The text was updated successfully, but these errors were encountered: