[#74] Update readme file

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-04-21 09:44:44 +03:00 committed by Alex Vanin
parent b387171187
commit 0dd9072ca0

View file

@ -11,11 +11,12 @@
NeoFS-Contract contains all NeoFS related contracts written for NeoFS-Contract contains all NeoFS related contracts written for
[neo-go](https://github.com/nspcc-dev/neo-go) compiler. These contracts [neo-go](https://github.com/nspcc-dev/neo-go) compiler. These contracts
are deployed both in mainnet and sidechain. are deployed both in main chain and side chain.
Mainnet contract: Main chain contracts:
- neofs - neofs
- processing
Side chain contracts: Side chain contracts:
@ -34,7 +35,7 @@ Sidechain contracts:
To compile smart contracts you need: To compile smart contracts you need:
- [neo-go](https://github.com/nspcc-dev/neo-go) >= 0.94.0 - [neo-go](https://github.com/nspcc-dev/neo-go) >= 0.94.1
## Compilation ## Compilation
@ -53,6 +54,7 @@ neo-go contract compile -i netmap/netmap_contract.go -c netmap/config.yml -m net
neo-go contract compile -i proxy/proxy_contract.go -c proxy/config.yml -m proxy/config.json neo-go contract compile -i proxy/proxy_contract.go -c proxy/config.yml -m proxy/config.json
neo-go contract compile -i reputation/reputation_contract.go -c reputation/config.yml -m reputation/config.json neo-go contract compile -i reputation/reputation_contract.go -c reputation/config.yml -m reputation/config.json
neo-go contract compile -i neofs/neofs_contract.go -c neofs/config.yml -m neofs/config.json neo-go contract compile -i neofs/neofs_contract.go -c neofs/config.yml -m neofs/config.json
neo-go contract compile -i processing/processing_contract.go -c processing/config.yml -m processing/config.json
``` ```
You can specify path to the `neo-go` binary with `NEOGO` environment variable: You can specify path to the `neo-go` binary with `NEOGO` environment variable: