@@ -6,8 +6,8 @@ docker image and run it with docker-compose.
66
77## Build image
88
9- Prepared ** neofs-storage-testnet** image is available at Docker Hub.
10- However, if you need to rebuild it for some reason, run
9+ Prepared ** neofs-storage-testnet** image is available at Docker Hub.
10+ However, if you need to rebuild it for some reason, run
1111` make image-storage-testnet ` command.
1212
1313```
@@ -19,13 +19,13 @@ Successfully tagged nspccdev/neofs-storage-testnet:0.25.1
1919
2020## Deploy node
2121
22- To run a storage node in N3 Testnet environment, you should deposit GAS assets,
22+ To run a storage node in N3 Testnet environment, you should deposit GAS assets,
2323update docker-compose file and start the node.
2424
2525### Deposit
2626
27- The Storage Node owner should deposit GAS to NeoFS smart contract. It generates a
28- bit of sidechain GAS in the node's wallet. Sidechain GAS is used to send bootstrap tx.
27+ The Storage Node owner should deposit GAS to NeoFS smart contract. It generates a
28+ bit of sidechain GAS in the node's wallet. Sidechain GAS is used to send bootstrap tx.
2929
3030First, obtain GAS in N3 Testnet chain. You can do that with
3131[ faucet] ( https://neowish.ngd.network ) service.
@@ -34,7 +34,7 @@ Then, make a deposit by transferring GAS to NeoFS contract in N3 Testnet.
3434You can provide scripthash in the ` data ` argument of transfer tx to make a
3535deposit to a specified account. Otherwise, deposit is made to the tx sender.
3636
37- NeoFS contract scripthash in N3 Testnet is ` b65d8243ac63983206d17e5221af0653a7266fa1 ` ,
37+ NeoFS contract scripthash in N3 Testnet is ` b65d8243ac63983206d17e5221af0653a7266fa1 ` ,
3838so the address is ` NadZ8YfvkddivcFFkztZgfwxZyKf1acpRF ` .
3939
4040See a deposit example with ` neo-go ` .
@@ -57,7 +57,7 @@ NEOFS_GRPC_0_ENDPOINT=65.52.183.157:36512
5757NEOFS_NODE_ADDRESSES=65.52.183.157:36512
5858```
5959
60- Set up your [ UN/LOCODE] ( https://unece.org/trade/cefact/unlocode-code-list-country-and-territory )
60+ Set up your [ UN/LOCODE] ( https://unece.org/trade/cefact/unlocode-code-list-country-and-territory )
6161attribute.
6262
6363```
@@ -66,7 +66,7 @@ NEOFS_NODE_ADDRESSES=65.52.183.157:36512
6666NEOFS_NODE_ATTRIBUTE_2=UN-LOCODE:RU LED
6767```
6868
69- You can validate UN/LOCODE attribute in
69+ You can validate UN/LOCODE attribute in
7070[ NeoFS LOCODE database] ( https://github.com/nspcc-dev/neofs-locode-db/releases/tag/v0.1.0 )
7171with neofs-cli.
7272
@@ -79,7 +79,7 @@ Subdivision: [SPE] Sankt-Peterburg
7979Coordinates: 59.53, 30.15
8080```
8181
82- It is recommended to pass the node's key as a file. To do so, convert your wallet
82+ It is recommended to pass the node's key as a file. To do so, convert your wallet
8383WIF to 32-byte hex (via ` neofs-cli ` for example) and save it to a file.
8484
8585```
@@ -104,8 +104,8 @@ Then, specify the path to this file in `docker-compose.yml`
104104` ` `
105105
106106
107- NeoFS objects will be stored on your machine. By default, docker-compose
108- is configured to store objects in named docker volume ` neofs_storage`. You can
107+ NeoFS objects will be stored on your machine. By default, docker-compose
108+ is configured to store objects in named docker volume ` neofs_storage`. You can
109109specify a directory on the filesystem to store objects there.
110110
111111` ` ` yaml
@@ -120,7 +120,7 @@ Run the node with `docker-compose up` command and stop it with `docker-compose d
120120
121121# ## Debug
122122
123- To print node logs, use `docker logs neofs-testnet`. To print debug messages in
123+ To print node logs, use `docker logs neofs-testnet`. To print debug messages in
124124log, set up log level to debug with this env :
125125
126126` ` ` yaml
0 commit comments