{"id":18043253,"url":"https://github.com/semyon-dev/whissage","last_synced_at":"2025-08-23T19:04:52.889Z","repository":{"id":114641350,"uuid":"262083397","full_name":"semyon-dev/whissage","owner":"semyon-dev","description":"the backend of blockchain-based messenger","archived":false,"fork":false,"pushed_at":"2020-05-20T22:50:49.000Z","size":60,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T22:02:55.916Z","etag":null,"topics":["blockchain","blockchain-messenger","ethereum","geth","messenger","whisper","whisper-protocol"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/semyon-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-07T15:08:43.000Z","updated_at":"2022-04-19T21:55:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee08195c-d291-4ad2-92f2-35c74183db17","html_url":"https://github.com/semyon-dev/whissage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semyon-dev%2Fwhissage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semyon-dev%2Fwhissage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semyon-dev%2Fwhissage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semyon-dev%2Fwhissage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semyon-dev","download_url":"https://codeload.github.com/semyon-dev/whissage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119296,"owners_count":21050755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","blockchain-messenger","ethereum","geth","messenger","whisper","whisper-protocol"],"created_at":"2024-10-30T17:07:42.250Z","updated_at":"2025-04-09T22:03:05.576Z","avatar_url":"https://github.com/semyon-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# whissage (whisper messenger)\nThe backend of blockchain-based messenger built on ethereum whisper.\n\nClients:\n\n* [Android client here](https://github.com/fvckyounimu/Whissage)\n* [Desktop client here](https://github.com/semyon-dev/whissage-desktop)\n\n## Run\nYou need [go v1.14 minimum](https://golang.org/dl/) \u0026 [geth](https://geth.ethereum.org/docs/install-and-build/installing-geth)\n\n#### Private network\n[more detailed in official wiki](https://github.com/ethereum/go-ethereum/wiki/Private-network)\n\n1. Creating The Genesis Block\nYou should change address (alloc) in genesis.json before run!\n\n`geth --datadir /path_to_project/whissage/ init genesis.json`\n\n2. Run geth\n\n`bootnode --nodekey=boot.key`\n\n`geth --rpc --shh --ws --wsapi web3,rpc,eth,net,shh --datadir . --networkid 2`\n\nor copy url and:\n\n`geth --rpc --shh --ws --wsapi web3,rpc,eth,net,shh --datadir . --networkid 2 --bootnodes enode://you_url`\n\n#### Mainnet\n\n`geth --rpc --shh --ws --wsapi web3,rpc,eth,net,shh` or `geth --syncmode \"light\" --rpc --shh --ws --wsapi web3,rpc,eth,net,shh`\n\n#### Run app\n\n`go run main.go` or only build `go build main.go`\n\n## License\n[MIT](https://github.com/semyon-dev/whissage/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemyon-dev%2Fwhissage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemyon-dev%2Fwhissage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemyon-dev%2Fwhissage/lists"}