{"id":28536250,"url":"https://github.com/nash-io/neo-ico-template","last_synced_at":"2025-09-12T12:36:30.288Z","repository":{"id":42427111,"uuid":"113922770","full_name":"nash-io/neo-ico-template","owner":"nash-io","description":"An ICO Template for NEO projects","archived":false,"fork":false,"pushed_at":"2022-04-06T17:33:35.000Z","size":145,"stargazers_count":116,"open_issues_count":17,"forks_count":55,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-07-08T00:41:30.247Z","etag":null,"topics":["dapp","ico","neo","nep5","template"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nash-io.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":"2017-12-12T00:14:41.000Z","updated_at":"2025-01-10T20:07:38.000Z","dependencies_parsed_at":"2022-08-30T21:51:48.599Z","dependency_job_id":null,"html_url":"https://github.com/nash-io/neo-ico-template","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nash-io/neo-ico-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash-io%2Fneo-ico-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash-io%2Fneo-ico-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash-io%2Fneo-ico-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash-io%2Fneo-ico-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nash-io","download_url":"https://codeload.github.com/nash-io/neo-ico-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nash-io%2Fneo-ico-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274814575,"owners_count":25355099,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"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":["dapp","ico","neo","nep5","template"],"created_at":"2025-06-09T17:35:35.918Z","updated_at":"2025-09-12T12:36:30.272Z","avatar_url":"https://github.com/nash-io.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg\n    src=\"http://neonexchange.org/img/NEX-logo.svg\"\n    width=\"125px;\"\u003e\n    \n\u003c/p\u003e\n\u003ch3 align=\"center\"\u003eNeo ICO Template\u003c/h3\u003e\n\u003cp align=\"center\"\u003eA template for NEP5 Compliant Tokens on the NEO platform\u003c/p\u003e\n\u003chr/\u003e\n\n#### Considerations\n\nAn article describing this template is available here:\n\nhttps://medium.com/neon-exchange/nex-ico-template-4ca7ba19fc8b\n\n#### Requirements\n\nUsage requires Python 3.6+\n\n\n#### Installation\n\nClone the repository and navigate into the project directory. \nMake a Python 3 virtual environment and activate it via\n\n```shell\npython3 -m venv venv\nsource venv/bin/activate\n```\n\nor to explicitly install Python 3.6 via\n\n    virtualenv -p /usr/local/bin/python3.6 venv\n    source venv/bin/activate\n\nThen install the requirements via\n\n```shell\npip install -r requirements.txt\n```\n\n#### Compilation\n\nThe template may be compiled as follows\n\n```python\nfrom boa.compiler import Compiler\n\nCompiler.load_and_save('ico_template.py')\n```\n\n\nThis will compile your template to `ico_template.avm`\n\n\n\n#### Running tests\n\n1. Install `requirements_test.txt`\n\n``` \npip install -r requirements_test.txt\n\n```\n\n2. Run tests\n\n``` \npython -m unittest discover tests\n```\n\n#### Testnet Deployed Details\n\nFor testing purposes, this template is deployed on testnet with the following contract script hash:\n\n`0b6c1f919e95fe61c17a7612aebfaf4fda3a2214`\n\n```json\n{\n    \"code\": {\n        \"parameters\": \"0710\",\n        \"hash\": \"0b6c1f919e95fe61c17a7612aebfaf4fda3a2214\",\n        \"returntype\": 5,\n        \"script\": \".. omitted ..\"\n    },\n    \"version\": 0,\n    \"code_version\": \".2\",\n    \"name\": \"NEX Ico Template\",\n    \"author\": \"localhuman\",\n    \"description\": \"An ICO Template\",\n    \"properties\": {\n        \"dynamic_invoke\": false,\n        \"storage\": true\n    },\n    \"email\": \"tom@neonexchange.org\"\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnash-io%2Fneo-ico-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnash-io%2Fneo-ico-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnash-io%2Fneo-ico-template/lists"}