{"id":20235529,"url":"https://github.com/internetofpeers/mom-client","last_synced_at":"2025-04-10T19:00:24.504Z","repository":{"id":39565226,"uuid":"149830166","full_name":"InternetOfPeers/mom-client","owner":"InternetOfPeers","description":"MOM (My Own Messages) Client - A voice for you and your smart contracts","archived":false,"fork":false,"pushed_at":"2023-01-07T02:30:28.000Z","size":9385,"stargazers_count":10,"open_issues_count":40,"forks_count":1,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-03-24T16:42:19.218Z","etag":null,"topics":["anticensorship","blockchain","blog","dapp","decentralized","eip","eip2848","erc","ethereum","ipfs","medium","messages","mom","mom-client","mom-js","mom-spec","serverless"],"latest_commit_sha":null,"homepage":"https://internetofpeers.github.io/mom-client/","language":"JavaScript","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/InternetOfPeers.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}},"created_at":"2018-09-21T23:55:03.000Z","updated_at":"2024-06-24T19:00:19.000Z","dependencies_parsed_at":"2023-02-06T10:35:12.549Z","dependency_job_id":null,"html_url":"https://github.com/InternetOfPeers/mom-client","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InternetOfPeers%2Fmom-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InternetOfPeers%2Fmom-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InternetOfPeers%2Fmom-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InternetOfPeers%2Fmom-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InternetOfPeers","download_url":"https://codeload.github.com/InternetOfPeers/mom-client/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248278493,"owners_count":21077254,"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":["anticensorship","blockchain","blog","dapp","decentralized","eip","eip2848","erc","ethereum","ipfs","medium","messages","mom","mom-client","mom-js","mom-spec","serverless"],"created_at":"2024-11-14T08:16:43.594Z","updated_at":"2025-04-10T19:00:24.472Z","avatar_url":"https://github.com/InternetOfPeers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MOM client\n\nMOM (My Own Messages) client is an [EIP-2848](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-2848.md) compliant ÐApp that can notarize and share messages using Ethereum and IPFS. You can give voice to your smart contract, send messages to the world, create a certified blog with your ideas, and so on.\n\n## How to use MOM client\n\nA *live* version of MOM client can be found directly on your IPFS node: [ipfs://Qmd4TVXHgYoiHMgpyvJd165dyAb93mU8GZJ6Yv2YLxfdmY/](ipfs://Qmd4TVXHgYoiHMgpyvJd165dyAb93mU8GZJ6Yv2YLxfdmY/)\n\nOr, for a more classical client-server approach, you can obtain and use the latest version of MOM client directly from:\n\n- [Pinata gateway](https://gateway.pinata.cloud/ipfs/Qmd4TVXHgYoiHMgpyvJd165dyAb93mU8GZJ6Yv2YLxfdmY)\n- [ipfs.io gateway](https://ipfs.io/ipfs/Qmd4TVXHgYoiHMgpyvJd165dyAb93mU8GZJ6Yv2YLxfdmY/)\n- [GitHub's servers](https://internetofpeers.github.io/mom-client)\n\nMOM does not need a smart contract, so it is already available on every current and future Ethereum network (mainnet, rinkeby, kovan, ecc.): just choose one and you are ready to go.\n\n## How to develop your own _MOM-enabled_ ÐApp\n\nClone the repository with:\n\n```bash\ngit clone https://github.com/InternetOfPeers/mom-client.git\ncd mom\nnpm install\nnpm start\n```\n\nNote: Use Node.js 12. Using Node.js 14+ you can experience some issues caused by some sub-dependency of webpack-dev-server\n```bash\nfsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.\n```\n\n## How to contribute to the MOM client\n\n### Dealing with line endings\n\nPlease respect the current line endings strategy. See [Configuring Git to handle line endings](https://help.github.com/en/articles/dealing-with-line-endings) for more details.\n\n### VSCode plugins\n\nDevelopment of this code is done with VSCode and in particular some plugins affect the formatting of the source code:\n\n- Beautify ([hookyqr.beautify](https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify))\n- ESLint ([dbaeumer.vscode-eslint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint))\n- EditorConfig for VS Code ([editorconfig.editorconfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig))\n\n## How to release (WIP waiting for grunt)\n\n```bash\ngit checkout develop\ngit flow release start X.Y.Z\n# modify verion in package.json and src/assets/template/index.html\nnpm run build\nipfs add -r dist\n# change IPFS references (2) in README.md\ngit add *; git add -u\ngit commit -m \"release vX.Y.Z\"\ngit flow release finish\ngit push; git checkout master; git push; git push --tags\ngit checkout gh-pages\nsetopt rmstarsilent; rm *; rm -rf images; mv dist/* .\ngit add *; git add -u\ngit commit -m \"release vX.Y.Z\"\ngit push\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finternetofpeers%2Fmom-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finternetofpeers%2Fmom-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finternetofpeers%2Fmom-client/lists"}