{"id":15407200,"url":"https://github.com/ltfschoen/dao","last_synced_at":"2026-04-12T07:34:34.731Z","repository":{"id":76619994,"uuid":"121303667","full_name":"ltfschoen/dao","owner":"ltfschoen","description":"Decentralised Autonomous Organisation (DAO) for Ethereum","archived":false,"fork":false,"pushed_at":"2018-02-13T21:42:58.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-14T09:08:47.177Z","etag":null,"topics":["dao","ethereum","ganache-cli","ico","solidity"],"latest_commit_sha":null,"homepage":null,"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/ltfschoen.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-02-12T21:22:27.000Z","updated_at":"2018-07-07T19:47:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"f87cbb0e-a232-429e-89df-dc3cf2754b2b","html_url":"https://github.com/ltfschoen/dao","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"c1262b97e00f12081fc6613f0444831d32067c53"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ltfschoen/dao","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltfschoen%2Fdao","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltfschoen%2Fdao/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltfschoen%2Fdao/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltfschoen%2Fdao/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ltfschoen","download_url":"https://codeload.github.com/ltfschoen/dao/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ltfschoen%2Fdao/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273585906,"owners_count":25132457,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dao","ethereum","ganache-cli","ico","solidity"],"created_at":"2024-10-01T16:27:40.328Z","updated_at":"2026-04-12T07:34:34.684Z","avatar_url":"https://github.com/ltfschoen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup \n\n* Terminal Tab 1 - Install Truffle\n```\nnpm install -g truffle\n```\n\n* Terminal Tab 2 - Install Test Framework with Ganache CLI (Ethereum TestRPC)\n```\nnpm install -g ganache-cli\n```\n\n* Terminal Tab 2 - Start Ethereum Blockchain Protocol Node Simulation\n```\nganache-cli \\\n  --port=\"8500\" \\\n  --mnemonic \"copy obey episode awake damp vacant protect hold wish primary travel shy\" \\\n  --verbose \\\n  --networkId=3 \\\n  --gasLimit=7984452 \\\n  --gasPrice=2000000000;\n```\n\n* Terminal Tab 1 - Compile and Deploy the Contract\n```\ntruffle migrate --network development\n```\n\n* Terminal Tab 1 - Run Sample Unit Tests on the Truffle Contract. Truffle Re-Deploys the Contracts\n```\ntruffle test\n```\n\n# Debugging\n\n* Debug the Solidity Smart Contract in Remix IDE and MIST\n\n# Troubleshooting\n\n* If you get error `Error: Congress contract constructor expected 3 arguments, received 0` then ensure sufficient arguments are passed to the construction function of the smart contract in **2_deploy_contracts.js**.\n  * Reference: https://github.com/trufflesuite/truffle/issues/446","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltfschoen%2Fdao","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fltfschoen%2Fdao","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fltfschoen%2Fdao/lists"}