{"id":21529318,"url":"https://github.com/kaonone/akropolistoken","last_synced_at":"2025-04-09T23:51:27.043Z","repository":{"id":34971376,"uuid":"161457134","full_name":"kaonone/AkropolisToken","owner":"kaonone","description":"Akropolis Token","archived":false,"fork":false,"pushed_at":"2025-02-10T13:39:44.000Z","size":2680,"stargazers_count":13,"open_issues_count":12,"forks_count":4,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-09T23:51:19.242Z","etag":null,"topics":["ethereum","smart","smart-contracts","solidity","token","upgradeable"],"latest_commit_sha":null,"homepage":"https://akropolis.io","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/kaonone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"audit/Akropolis Certificate of Compliance.pdf","citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-12T08:34:53.000Z","updated_at":"2025-02-10T13:39:47.000Z","dependencies_parsed_at":"2024-10-04T12:41:49.913Z","dependency_job_id":"ff9fe31e-e7f2-414f-8389-a24b097f6420","html_url":"https://github.com/kaonone/AkropolisToken","commit_stats":null,"previous_names":["kaonone/akropolistoken","akropolisio/akropolistoken"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaonone%2FAkropolisToken","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaonone%2FAkropolisToken/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaonone%2FAkropolisToken/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaonone%2FAkropolisToken/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaonone","download_url":"https://codeload.github.com/kaonone/AkropolisToken/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131455,"owners_count":21052819,"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":["ethereum","smart","smart-contracts","solidity","token","upgradeable"],"created_at":"2024-11-24T01:56:43.830Z","updated_at":"2025-04-09T23:51:27.035Z","avatar_url":"https://github.com/kaonone.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AkropolisToken\n\n    Mintable, Burnable, Standard ERC20 with ability to upgrade to a more secure Pausable and Lockable ERC20\n\n## Development\n\n### Clone repository\n\nclone using HTTPS:\n\n```bash\ngit clone https://github.com/akropolisio/AkropolisToken.git\n```\n\nchange directory:\n\n```bash\ncd AkropolisToken\n```\n\n### Setup environment\n\n#### VSCode + Docker (recommended)\n\n- install [Docker](https://docs.docker.com/get-docker/)\n- install [VSCode](https://code.visualstudio.com/)\n- install [Remote - Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) VSCode extension\n- open cloned repository in VSCode\n- click F1 and run `\u003eRemote-Containers: Reopen in Container`\n- wait until all dependencies are installed (you will see the message \"Done. Press any key to close the terminal.\" in the terminal `Configuring`)\n- install local dependencies:\n  ```bash\n  npm install\n  ```\n\n#### Manual\n\n- you will need Python 3.8 and Node.js v10\n- install Ganache:\n  ```bash\n  npm install -g ganache\n  ```\n- install local dependencies:\n  ```bash\n  npm install\n  ```\n\n### Run tests\n\n#### Default development network\n\n- start Ganache in a separate terminal `ganache`\n- run all tests with `npm run test-all`\n\n#### Mainnet Fork\n\n- start Ganache in a separate terminal `scripts/rpc_fork.sh`\n- run all tests with `npm run test-fork`\n- Ganache will fork from Mainnet starting from a specific block number configured in `scripts/rpc_fork.sh`\n- make sure to restart Ganache before launching tests\n\n### Deployment\n\n- setup .env:\n  - run `cp .example.env .env`\n  - insert keys into `.env`\n- run truffle migrations:\n  - deploy to development `npm run deploy` (make sure Ganache is running)\n  - deploy to live networks `npm run deploy -- --network rinkeby --f 2`\n  - to run all migrations from the beginning use `npm run deploy -- --network rinkeby --reset`\n\nMIT License\n\nCopyright (c) 2019 A Labs Ltd.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaonone%2Fakropolistoken","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaonone%2Fakropolistoken","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaonone%2Fakropolistoken/lists"}