{"id":21286228,"url":"https://github.com/lfscamargo/stellar.staking","last_synced_at":"2025-03-15T15:16:13.339Z","repository":{"id":263038687,"uuid":"879111205","full_name":"LFSCamargo/stellar.staking","owner":"LFSCamargo","description":"Staking Contract for Stellar network boilerplate","archived":false,"fork":false,"pushed_at":"2024-11-18T18:39:46.000Z","size":179,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T05:19:24.620Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/LFSCamargo.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-10-27T02:21:59.000Z","updated_at":"2024-11-15T18:07:49.000Z","dependencies_parsed_at":"2024-11-16T00:03:19.605Z","dependency_job_id":null,"html_url":"https://github.com/LFSCamargo/stellar.staking","commit_stats":null,"previous_names":["lfscamargo/stellar.staking"],"tags_count":0,"template":false,"template_full_name":"LFSCamargo/soroban.boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LFSCamargo%2Fstellar.staking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LFSCamargo%2Fstellar.staking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LFSCamargo%2Fstellar.staking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LFSCamargo%2Fstellar.staking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LFSCamargo","download_url":"https://codeload.github.com/LFSCamargo/stellar.staking/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243746238,"owners_count":20341204,"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-11-21T11:28:03.406Z","updated_at":"2025-03-15T15:16:13.309Z","avatar_url":"https://github.com/LFSCamargo.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Soroban Boilerplate\n\n## What has been added to this boilerplate?\n\nThis project has been initialized using `stellar contract init`, so its almost the same as the official Soroban boilerplate. I've added some things like a configuration to the rust formatter `rustfmt.toml` where you can customize the formatting of the code and the linting rules, and also added a github workflow for checking code on pull request.\n\n## Project Structure\n\nThis repository uses the recommended structure for a Soroban project:\n\n```text\n.\n├── contracts\n│   └── hello_world\n│       ├── src\n│       │   ├── lib.rs\n│       │   └── test.rs\n│       └── Cargo.toml\n├── Cargo.toml\n└── README.md\n```\n\n- New Soroban contracts can be put in `contracts`, each in their own directory. There is already a `hello_world` contract in there to get you started.\n\n- If you initialized this project with any other example contracts via `--with-example`, those contracts will be in the `contracts` directory as well.\n\n- Contracts should have their own `Cargo.toml` files that rely on the top-level `Cargo.toml` workspace for their dependencies.\n\n- Frontend libraries can be added to the top-level directory as well. If you initialized this project with a frontend template via `--frontend-template` you will have those files already included.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfscamargo%2Fstellar.staking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flfscamargo%2Fstellar.staking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfscamargo%2Fstellar.staking/lists"}