Skip to content

Commit

Permalink
Merge pull request #237 from massalabs/233-duplication-in-local-netwo…
Browse files Browse the repository at this point in the history
…rk-generation

Remove duplication in local network generation
  • Loading branch information
damip authored Nov 15, 2023
2 parents 30d6043 + dfc8248 commit ef5d9f6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/build/networks-faucets/local-network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,6 @@ Setup your node to use the secret you just generated as its public key and staki
{}
```


- modify the file `massa-node/base_config/initial_ledger.json`:

```javascript
{
"ADDR": {
"balance": "80000000",
"datastore": {},
"bytecode": []
}
}
```

- optionally, if you need a non-standard configuration, you can modify the file `massa-node/base_config/config.toml` depending on what you are trying to do.

You can now launch your node:
Expand Down

0 comments on commit ef5d9f6

Please sign in to comment.