{"id":18781584,"url":"https://github.com/aboutlo/solidity-starter-kit","last_synced_at":"2026-04-29T01:05:43.227Z","repository":{"id":40948333,"uuid":"188662424","full_name":"aboutlo/solidity-starter-kit","owner":"aboutlo","description":"Solidity starter kit","archived":false,"fork":false,"pushed_at":"2022-12-10T19:43:43.000Z","size":1698,"stargazers_count":0,"open_issues_count":13,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-29T03:06:59.079Z","etag":null,"topics":["boilerplate","solidity"],"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/aboutlo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-26T09:15:48.000Z","updated_at":"2020-07-17T07:18:08.000Z","dependencies_parsed_at":"2023-01-26T07:00:31.647Z","dependency_job_id":null,"html_url":"https://github.com/aboutlo/solidity-starter-kit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aboutlo/solidity-starter-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutlo%2Fsolidity-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutlo%2Fsolidity-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutlo%2Fsolidity-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutlo%2Fsolidity-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aboutlo","download_url":"https://codeload.github.com/aboutlo/solidity-starter-kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutlo%2Fsolidity-starter-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["boilerplate","solidity"],"created_at":"2024-11-07T20:32:43.911Z","updated_at":"2026-04-29T01:05:43.198Z","avatar_url":"https://github.com/aboutlo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solidity Starter Kit\n\n## Features\n\n- Prettier for Solidity and Javascript files\n- Linting Solidity and Javascript files\n- Watch files\n- GIT pre-commit hook for Linting and Prettify\n\n## TODO:\n\n- Coverage\n- Add Manticore or Mythril\n- Evaluate to add Slither\n- Switch to Jest\n- Publish the ABI files\n\n## Requirements\n\n- yarn\n  - Mac: `brew install yarn`\n  - Win: https://yarnpkg.com/latest.msi\n\n## Optional tool\n\n- NVM (Node Version Manager)\n  - Mac: `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash` [more info|https://github.com/nvm-sh/nvm]\n  - Win: https://github.com/coreybutler/nvm-windows\n- AVN (Automatic Switch to the Node version of the project)\n  - Mac: https://github.com/wbyoung/avn\n  - Win: https://github.com/wbyoung/avn/issues/46#issuecomment-357673650 (not tested)\n\n## Install\n\n    yarn install\n\n## Develop\n\nStart a ganache-cli instance\n\n    yarn ganache:start\n\nModify the smart contracts (`./contracts`) or the tests (`./test`)\n\n    yarn watch\n\nExport ABI\n\n    yarn build\n\nCopy ABI from `build/Example.json` to the client\n\n## Deploy in Ropsten\n\nSet the below env variables (or add them in a `.env` file):\n\n```\nexport ADMIN=0x0000000000000000001\nexport INFURA_KEY=abc1**************************\nexport MNEMONIC=\"mysecret words **********************\"\n```\n\nMetaMask wallet:\n\n- switch to Ropstein network\n- click on \"accounts\" in the top right corner of Metamask\n- select \"Import account\"\n- enter private key\n\nCollect some ETH from a faucet:\n\n- \u003chttps://faucet.metamask.io/\u003e\n\nDeploy the smart contracts:\n\n    yarn deploy:ropsten\n\n## Interact with a deployed smart contract\n\nRun the truffle console:\n\n    yarn truffle:ropsten:console\n\n## Retrieve more address test from the Mnemonic\n\n- Go to https://iancoleman.io/bip39/\n- Copy and paste our Mnemonic in the `BIP39 Mnemonic` field\n- Select Ethereum from the `coin` list\n- Double check that the derivation path is set to `BIP44`\n- Check in `Derived Addresses` there is one of our address\n- Copy a private key and import in Metamask or where you need\n\n**notice**: copy and past mnemonic online is bad practice. Do only for test mnemonics\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutlo%2Fsolidity-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faboutlo%2Fsolidity-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutlo%2Fsolidity-starter-kit/lists"}