HelloZeroNet / HelloZeroNet/ZeroNet

[ Question ] About Master Seed insertion in Python Code File.

Open
#2,760 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
18.8k
Forks
2.3k
PR merge metrics
No merged PRs in 30d

Description

I recently exploring zeronet code to port to another language, but i found code in
func src/main.py>Actions.main()

https://github.com/HelloZeroNet/ZeroNet/blob/454c0b2e7e000fda7000cba49027541fbf327b96/src/main.py#L138
```
# Default action: Start serving UiServer and FileServer
def main(self):
from User import User
user = User(master_seed='MY_MASTER_SEED_HERE')
print(user)

...
```

is this file modified to include master seed, is there any specific reason to do so ?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.