{"id":21490933,"url":"https://github.com/howardpen9/staking-in-tact","last_synced_at":"2025-07-15T17:32:15.654Z","repository":{"id":191993122,"uuid":"660298176","full_name":"howardpen9/staking-in-tact","owner":"howardpen9","description":"Staking Jetton token(ERC20 in TON) implement in Tact-lang","archived":false,"fork":false,"pushed_at":"2023-11-23T07:58:52.000Z","size":242,"stargazers_count":22,"open_issues_count":3,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T08:01:46.101Z","etag":null,"topics":["func","tact","ton","ton-blockchain"],"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/howardpen9.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":"2023-06-29T17:23:09.000Z","updated_at":"2025-03-14T16:35:25.000Z","dependencies_parsed_at":"2024-11-23T17:00:52.822Z","dependency_job_id":null,"html_url":"https://github.com/howardpen9/staking-in-tact","commit_stats":null,"previous_names":["howardpen9/staking-in-tact"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/howardpen9/staking-in-tact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howardpen9%2Fstaking-in-tact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howardpen9%2Fstaking-in-tact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howardpen9%2Fstaking-in-tact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howardpen9%2Fstaking-in-tact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/howardpen9","download_url":"https://codeload.github.com/howardpen9/staking-in-tact/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/howardpen9%2Fstaking-in-tact/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265450213,"owners_count":23767570,"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":["func","tact","ton","ton-blockchain"],"created_at":"2024-11-23T14:47:15.258Z","updated_at":"2025-07-15T17:32:15.310Z","avatar_url":"https://github.com/howardpen9.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example of Jetton Token Staking\n\n```bash\nyarn test # To test contract\nyarn build # To build contract\nyarn deploy # To deploy contract\nyarn d1 # To run 1_Transfer_Stake, that transfers stake from one jetton wallet to the staking contract\nyarn d2 # Generate the link to run 2_Stake, that enable for user to stakes jettons(based on the walletV4 contract address you gave to)\n```\n\n## Deployment\n\nTo deploy contract you should:\n\n1. Specify `contract.tact` that will be used as entry point of your contract\n2. Configure `contract.deploy.ts` according to your `contract.tact` to generate a deployment link. In particular, it is necessary to correctly call the Init() function from the contract.\n\nIf you renamed `contract.tact` to something else, you need to update `tact.config.json` correspondingly. For more information , see [Tact Documentation](https://docs.tact-lang.org/language/guides/config)\n\n## Testing\n\nExample of contract tests are in `contract.spec.ts`. For more information about testing, see [Tact Documentation](https://docs.tact-lang.org/language/guides/debug)\n\nTo add new test files to contract you should create `*.spec.ts` files similar to template's one and they would be automatically included in testing.\n\n## Licence\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowardpen9%2Fstaking-in-tact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhowardpen9%2Fstaking-in-tact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhowardpen9%2Fstaking-in-tact/lists"}