Skip to content

Commit

Permalink
Remove duplication in local network generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Nov 15, 2023
1 parent cefeb12 commit dfc8248
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 dfc8248

Please sign in to comment.