{"id":16087886,"url":"https://github.com/jvanecek/d-altruist","last_synced_at":"2026-04-13T22:04:59.188Z","repository":{"id":79907596,"uuid":"112846870","full_name":"jvanecek/d-altruist","owner":"jvanecek","description":"A DApp for donations","archived":false,"fork":false,"pushed_at":"2017-12-12T00:56:54.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-11T12:41:23.460Z","etag":null,"topics":["angular","blockchain","ethereum","smartcontracts","solidity","truffle"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jvanecek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-12-02T14:05:59.000Z","updated_at":"2017-12-02T15:11:23.000Z","dependencies_parsed_at":"2023-05-04T14:30:56.293Z","dependency_job_id":null,"html_url":"https://github.com/jvanecek/d-altruist","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanecek%2Fd-altruist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanecek%2Fd-altruist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanecek%2Fd-altruist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvanecek%2Fd-altruist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jvanecek","download_url":"https://codeload.github.com/jvanecek/d-altruist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247361598,"owners_count":20926642,"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":["angular","blockchain","ethereum","smartcontracts","solidity","truffle"],"created_at":"2024-10-09T13:33:24.709Z","updated_at":"2026-04-13T22:04:54.162Z","avatar_url":"https://github.com/jvanecek.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# D-Altruist\n\n[![Build Status](https://travis-ci.org/jvanecek/d-altruist.svg?branch=master)](https://travis-ci.org/jvanecek/d-altruist)\n\nThis repository hosts the final project for a course of Ethereum and SmartContracts. Is a DApp for ethers donations.\n\nA [PPT](https://docs.google.com/presentation/d/1_c2FpUN39uhK3S3j8Cy7G3Zi9_ZBmv5ayXdMvChX6Ms/edit?usp=sharing) presentation in spanish is available.\n\n## Installation\n\n1. Install truffle and an ethereum client. For local development, try EthereumJS TestRPC.\n    ```shell\n    npm install -g truffle\n    npm install -g ethereumjs-testrpc\n    truffle version\n    # Truffle v4.0.1 (core: 4.0.1)\n    # Solidity v0.4.18 (solc-js)\n    ```\n\n2. Install dependencies.\n    ```shell\n    npm install\n    ```\n\n3. Run testrpc on a separate terminal\n    ```shell\n    npm run startrpc\n    ```\n\n4. Compile the contracts and deploy.\n    ```shell\n    truffle migrate\n    ```\n\n5. Run the tests.\n    ```shell\n    truffle test\n    ```\n\n6. Run the web app.\n    ```shell\n    npm run start # and navigate to http://localhost:4200\n    ```\n\nNote: If while compiling, angular fails with `ERROR in src/app/services/contracts.service.ts(8,29): error TS2307: Cannot find module '../../../build/contracts/Donator.json'` but you already compiled the contracts, I fix it just writing a space in `src/app/app.component.ts` and angular will compile again successfully. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvanecek%2Fd-altruist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjvanecek%2Fd-altruist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvanecek%2Fd-altruist/lists"}