Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
71d38166
Unverified
Commit
71d38166
authored
Feb 24, 2021
by
Michael Müller
Committed by
GitHub
Feb 24, 2021
Browse files
Adapt delegator readme (#702)
parent
01f3e7cf
Pipeline
#126439
failed with stages
in 7 minutes and 10 seconds
Changes
1
Pipelines
7
Show whitespace changes
Inline
Side-by-side
examples/delegator/README.md
View file @
71d38166
...
...
@@ -12,7 +12,11 @@ It consists in total of 4 different smart contract:
In order to test this bundle of smart contracts you need to do the following:
1.
Compile all contracts using the
`./build-all.sh`
script.
You will receive the respective
`.contract`
bundles for all the smart contracts in the
`target/ink/`
folder.
You will receive the respective
`.contract`
bundles for all the smart contracts in the
`target/ink/`
folder:
*
`target/ink/delegator.contract`
*
`target/ink/adder/adder.contract`
*
`target/ink/subber/subber.contract`
*
`target/ink/accumulator/accumulator.contract`
1.
Upload the
`.contract`
bundle of Accumulator, Adder, Subber and the Delegator to the chain.
While doing so note down their respective code hashes. You will see the contract hash on the success page
(or success event) after having uploaded the contract to the chain.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment