{"id":15789919,"url":"https://github.com/gettocat/friday","last_synced_at":"2025-03-31T18:27:33.193Z","repository":{"id":94927214,"uuid":"137118005","full_name":"gettocat/friday","owner":"gettocat","description":"Blockchain framework for create dapps","archived":false,"fork":false,"pushed_at":"2020-05-21T08:51:45.000Z","size":2359,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-05T22:04:13.505Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://orwellscan.org","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/gettocat.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":"2018-06-12T19:26:25.000Z","updated_at":"2020-05-21T08:51:47.000Z","dependencies_parsed_at":"2023-04-12T08:16:21.294Z","dependency_job_id":null,"html_url":"https://github.com/gettocat/friday","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/gettocat%2Ffriday","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gettocat%2Ffriday/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gettocat%2Ffriday/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gettocat%2Ffriday/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gettocat","download_url":"https://codeload.github.com/gettocat/friday/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246516964,"owners_count":20790327,"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":[],"created_at":"2024-10-04T22:04:11.520Z","updated_at":"2025-03-31T18:27:33.170Z","avatar_url":"https://github.com/gettocat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# friday\nBlockchain framework for small DAPPS\n\n\n## Install\n\nBefore you need install last version of node from nodejs.org and supervisor for daemon. \n\n```bash\ncd\nmkdir project\ncd project\nmkdir logs\ngit clone https://github.com/gettocat/friday.git .\nnpm install\n```\n\n## Run\n\n```\nnode mainnet.js \n```\n\n## Daemon\n\nsupervisor config\n```\n[program:friday]\ncommand=node /home/%user%/project/index.js            ; the program (relative uses PATH, can take args)\nprocess_name=%(program_name)s_%(process_num)02d ; process_name expr (default %(program_name)s)\nnumprocs=1                    ; number of processes copies to start (def 1)\ndirectory=/home/%user%/project                ; directory to cwd to before exec (def no cwd)\nautostart=true                ; start at supervisord start (default: true)\nuser=root                   ; setuid to this UNIX account to run the program\nredirect_stderr=true          ; redirect proc stderr to stdout (default false)\nstdout_logfile=/home/%user%/project/logs/log.txt        ; stdout log path, NONE for none; default AUTO\nstdout_logfile_maxbytes=5MB   ; max # logfile bytes b4 rotation (default 50MB)\nstdout_logfile_backups=20     ; # of stdout logfile backups (0 means none, default 10)\nenvironment=LC_ALL=\"en_US.UTF-8\",LANG=\"en_US.UTF-8\",LANGUAGE=\"en_US.UTF-8\"       ; process environment additions (def no adds)\nautorestart=true\nstderr_logfile=/home/%user%/project/logs/err.txt\nredirect_stderr=true\n\n```\n\nadd to supervisor\n```\nnano /etc/supervisor/conf.d/friday.conf\n### paste config ---^ ###\n/etc/init.d/supervisor restart\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgettocat%2Ffriday","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgettocat%2Ffriday","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgettocat%2Ffriday/lists"}