{"id":19169388,"url":"https://github.com/ravidsrk/smart-contract-starter","last_synced_at":"2025-07-04T17:37:21.647Z","repository":{"id":75230962,"uuid":"146779535","full_name":"ravidsrk/smart-contract-starter","owner":"ravidsrk","description":"Boilerplate for your next Smart Contract, made simple.","archived":false,"fork":false,"pushed_at":"2019-04-14T19:07:03.000Z","size":39,"stargazers_count":52,"open_issues_count":0,"forks_count":14,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-07T14:52:26.099Z","etag":null,"topics":["solidity","solidity-contracts","truffle","truffle-box"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ravidsrk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-08-30T16:54:08.000Z","updated_at":"2024-02-23T19:05:44.000Z","dependencies_parsed_at":"2023-06-05T19:30:37.928Z","dependency_job_id":null,"html_url":"https://github.com/ravidsrk/smart-contract-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ravidsrk/smart-contract-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravidsrk%2Fsmart-contract-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravidsrk%2Fsmart-contract-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravidsrk%2Fsmart-contract-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravidsrk%2Fsmart-contract-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ravidsrk","download_url":"https://codeload.github.com/ravidsrk/smart-contract-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravidsrk%2Fsmart-contract-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263589337,"owners_count":23485094,"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":["solidity","solidity-contracts","truffle","truffle-box"],"created_at":"2024-11-09T09:46:54.173Z","updated_at":"2025-07-04T17:37:21.591Z","avatar_url":"https://github.com/ravidsrk.png","language":"JavaScript","funding_links":["https://www.paypal.me/ravidsrk"],"categories":[],"sub_categories":[],"readme":"# Smart Contract Starter \n\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ravidsrk/smart-contract-starter/blob/master/LICENSE)\n[![Build Status](https://travis-ci.org/ravidsrk/smart-contract-starter.svg?branch=master)](https://travis-ci.org/ravidsrk/smart-contract-starter) \n[![Coverage Status](https://coveralls.io/repos/github/ravidsrk/smart-contract-starter/badge.svg?branch=master)](https://coveralls.io/github/ravidsrk/smart-contract-starter?branch=master) \n[![CircleCI](https://circleci.com/gh/ravidsrk/smart-contract-starter.svg?style=svg)](https://circleci.com/gh/ravidsrk/smart-contract-starter)\n\nBoilerplate for your next Smart Contract, made simple.\n\n### Show some :heart:\n[![GitHub stars](https://img.shields.io/github/stars/ravidsrk/smart-contract-starter.svg?style=social\u0026label=Star)](https://github.com/ravidsrk/smart-contract-starter) [![GitHub forks](https://img.shields.io/github/forks/ravidsrk/smart-contract-starter.svg?style=social\u0026label=Fork)](https://github.com/ravidsrk/smart-contract-starter/fork) [![GitHub watchers](https://img.shields.io/github/watchers/ravidsrk/smart-contract-starter.svg?style=social\u0026label=Watch)](https://github.com/ravidsrk/smart-contract-starter) [![GitHub followers](https://img.shields.io/github/followers/ravidsrk.svg?style=social\u0026label=Follow)](https://github.com/ravidsrk/smart-contract-starter)\n[![Twitter Follow](https://img.shields.io/twitter/follow/ravidsrk.svg?style=social)](https://twitter.com/ravidsrk)\n\n## This project uses:\n- [Truffle v5](https://truffleframework.com/)\n- [Ganache](https://truffleframework.com/ganache)\n- [Solium](https://github.com/duaraghav8/Solium)\n- [OpenZeppelin](https://github.com/OpenZeppelin/openzeppelin-solidity)\n- [Travis CI](https://travis-ci.org/ravidsrk/smart-contract-starter) and [Circle CI](https://circleci.com/gh/ravidsrk/smart-contract-starter)\n- [Coveralls](https://coveralls.io/github/ravidsrk/smart-contract-starter?branch=master)\n\n## Installation\n\n1. Install Truffle and Ganache CLI globally.\n\n```javascript\nnpm install -g truffle@beta\nnpm install -g ganache-cli\n```\n\n2. Create a `.env` file in the root directory and add your private key.\n\n## Commands:\n\n```\nCompile contracts:                  truffle compile\nMigrate contracts:                  truffle migrate\nTest contracts:                     truffle test\nRun eslint:                         npm run lint\nRun solium:                         npm run solium\nRun solidity-coverage:              npm run coverage\nRun lint, solium, and truffle test: npm run test\n```\n\n### Created \u0026 Maintained By\n[Ravindra Kumar](https://github.com/ravidsrk) ([@ravidsrk](https://www.twitter.com/ravidsrk))\n\n\u003e If you found this repo helpful or you learned something from the source code and want to thank me, consider [buying me a cup of](https://www.paypal.me/ravidsrk) :coffee:\n\n## License\n```\nMIT License\n\nCopyright (c) 2018 Ravindra Kumar \u003cravidsrk@gmail.com\u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravidsrk%2Fsmart-contract-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fravidsrk%2Fsmart-contract-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravidsrk%2Fsmart-contract-starter/lists"}