{"id":19414012,"url":"https://github.com/0xapp123/drip-bnb_lp_staking","last_synced_at":"2026-06-20T14:03:26.729Z","repository":{"id":232096119,"uuid":"782945974","full_name":"0xapp123/DRIP-BNB_LP_Staking","owner":"0xapp123","description":"DRIP-BNB Lp token💰 Staking Platform to get reward as 💲DRIP using Masterchef🧰.","archived":false,"fork":false,"pushed_at":"2024-04-08T08:52:25.000Z","size":162,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T02:46:30.148Z","etag":null,"topics":["bsc","evm","hardhat","liquidity-pool","lp","masterchef","solidity","staking","test"],"latest_commit_sha":null,"homepage":"","language":"Solidity","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/0xapp123.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-04-06T13:54:20.000Z","updated_at":"2024-04-06T14:06:31.000Z","dependencies_parsed_at":"2024-04-08T02:07:21.950Z","dependency_job_id":"13071bcc-f451-4fd6-83ed-e2cffcf6311b","html_url":"https://github.com/0xapp123/DRIP-BNB_LP_Staking","commit_stats":null,"previous_names":["0xapp123/drip-bnb_lp_staking"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xapp123/DRIP-BNB_LP_Staking","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xapp123%2FDRIP-BNB_LP_Staking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xapp123%2FDRIP-BNB_LP_Staking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xapp123%2FDRIP-BNB_LP_Staking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xapp123%2FDRIP-BNB_LP_Staking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xapp123","download_url":"https://codeload.github.com/0xapp123/DRIP-BNB_LP_Staking/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xapp123%2FDRIP-BNB_LP_Staking/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34572426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"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":["bsc","evm","hardhat","liquidity-pool","lp","masterchef","solidity","staking","test"],"created_at":"2024-11-10T12:35:49.804Z","updated_at":"2026-06-20T14:03:26.690Z","avatar_url":"https://github.com/0xapp123.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description\n\n- A contract that mints Drip but according to a set inflation rate per year. The minting rate should be a variable so it can be modified if we change our mind from 5%.\n- The contract also receives the 1% balance daily from the Treasury contract\n- The contract can be interacted with with a dashboard\n\nTax Vault: Our plan is to change the tax vault address to a new contract, asking it to burn 90% and send 10% to the Treasury. In this case, no more taxes will be added to the current tax repository. \n\nAnd for tax treasuries, if possible, you can change those contracts to handle burns and treasury distributions. \n\nAlternatively, you can make Treasury a billable address and when Treasury bills, it will take 90% of your DRIP to deplete and 10% to increase your liquidity stash. \n\nStudy the feasibility of the first option, if it works, fine, if not, study the feasibility of the second option. \n\nThe second option removes issuing authority for that address, so it can only receive taxes and cannot issue new Drips.\n\nThe weekly lockout period can be up to 52 weeks.\n\n## Hardhat Test\n\n### CLI\n\n`npm install`\n\nCompile all `*.sol` files from one folder into the destination.\n\n`npx hardhat compile`\n\nYou can test the smart contract with the test case.\n\n`npx hardhat test`\n\n\n## Hardhat Deploy\n\n### Config\n```js\n// Replace this private key with your Sepolia account private key\n// To export your private key from Coinbase Wallet, go to\n// Settings \u003e Developer Settings \u003e Show private key\n// To export your private key from Metamask, open Metamask and\n// go to Account Details \u003e Export Private Key\n// Beware: NEVER put real Ether into testing accounts\nconst PRIVATE_KEY = \"\";\n```\nWrite down `PRIVATE_KEY` in the `hardhat.config.js`\n\n### CLI\n\nTo deploy the smart contract you can use this CLI:\n\n```ps\nnpx hardhat run scripts/deploy.js --network \u003cnetwork-name\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xapp123%2Fdrip-bnb_lp_staking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xapp123%2Fdrip-bnb_lp_staking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xapp123%2Fdrip-bnb_lp_staking/lists"}