{"id":24129317,"url":"https://github.com/emmo00/auctioneer","last_synced_at":"2025-10-09T01:13:40.044Z","repository":{"id":251805695,"uuid":"838480728","full_name":"Emmo00/auctioneer","owner":"Emmo00","description":"Auction application build with cartesi rollup","archived":false,"fork":false,"pushed_at":"2024-08-06T15:43:28.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T01:12:47.312Z","etag":null,"topics":["cartesi","rollup","rollupapis"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Emmo00.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":"2024-08-05T18:18:08.000Z","updated_at":"2024-08-06T15:43:31.000Z","dependencies_parsed_at":"2025-01-11T19:34:22.539Z","dependency_job_id":"bf3cf379-db0c-4733-9ec2-edc8f6736442","html_url":"https://github.com/Emmo00/auctioneer","commit_stats":null,"previous_names":["emmo00/auctioneer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Emmo00/auctioneer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmo00%2Fauctioneer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmo00%2Fauctioneer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmo00%2Fauctioneer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmo00%2Fauctioneer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Emmo00","download_url":"https://codeload.github.com/Emmo00/auctioneer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emmo00%2Fauctioneer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000726,"owners_count":26082894,"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-10-08T02:00:06.501Z","response_time":56,"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":["cartesi","rollup","rollupapis"],"created_at":"2025-01-11T19:31:20.369Z","updated_at":"2025-10-09T01:13:40.002Z","avatar_url":"https://github.com/Emmo00.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auctioneer\n\u003csub\u003esimple auction application\u003c/sub\u003e\n\nA dApp where you can participate and create your own auctions.\n\nFor this implementation, A user can create only one active auction at a time.\n\n## Getting Started\n\nBelow you'll find instructions on how setting up this dapp locally.\n\n### Prerequisites\n\nHere are some packages you need to have installed on your PC:\n\n* [nodejs](https://nodejs.org/en), [npm](https://docs.npmjs.com/cli/v10/configuring-npm/install), [yarn](https://classic.yarnpkg.com/lang/en/docs/install/#debian-stable) \n\n* [docker](https://docs.docker.com/get-docker/)\n\n* [cartesi-cli](https://docs.cartesi.io/cartesi-rollups/1.3/development/migration/#install-cartesi-cli)\n  ```sh\n  npm install -g @cartesi/cli\n  ```\n\n### Installation\n\n1. Clone this repo\n   ```sh\n   git clone https://github.com/Emmo00/auctioneer.git\n   ```\n2. Install NPM packages\n   ```sh\n   yarn  install\n   ```\n3. Build and run the dapp via `cartesi-cli`\n   ```sh\n   cartesi build \n   ```\n   and\n   ```sh\n   cartesi run \n   ```\n\n## Usage\n\nHere you can access the examples of dapp communication and resources consume.\n\nThere are these resources available on this dapp:\n\n### Advanced handlers\n* #### create auction\n\nCreates an auction with the user's address\n\n* #### update bid\n\nUpdates the active amount for an auction. this changes the bid amount of an auction to 7/4 of the original amount and sets the active bidder\n\n### Inspect handlers \n* #### list auctions\n\nlists all the auctions on the dApp\n\n\n* #### show auction\n\nShows the details of an auction. owner, activeAmount and ActiveBidder\n\n## License\n\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmo00%2Fauctioneer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femmo00%2Fauctioneer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femmo00%2Fauctioneer/lists"}