{"id":15660142,"url":"https://github.com/satansdeer/ethereum-token-tutorial","last_synced_at":"2025-10-28T15:10:07.550Z","repository":{"id":45660341,"uuid":"123241396","full_name":"satansdeer/ethereum-token-tutorial","owner":"satansdeer","description":"This is example repo for my articles about simple ERC20 compliant token","archived":false,"fork":false,"pushed_at":"2021-11-04T00:27:18.000Z","size":224,"stargazers_count":26,"open_issues_count":1,"forks_count":21,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-25T14:50:51.051Z","etag":null,"topics":["drizzle","ethereum","ethereum-dapp","ganache","ganache-cli","metamask","solidity","truffle","truffle-framework","zeppelin"],"latest_commit_sha":null,"homepage":"http://maksimivanov.com/posts/ethereum-react-dapp-tutorial","language":"JavaScript","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/satansdeer.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}},"created_at":"2018-02-28T06:39:19.000Z","updated_at":"2023-05-04T08:49:09.000Z","dependencies_parsed_at":"2022-09-14T17:21:30.102Z","dependency_job_id":null,"html_url":"https://github.com/satansdeer/ethereum-token-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satansdeer%2Fethereum-token-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satansdeer%2Fethereum-token-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satansdeer%2Fethereum-token-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satansdeer%2Fethereum-token-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satansdeer","download_url":"https://codeload.github.com/satansdeer/ethereum-token-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242768028,"owners_count":20182097,"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":["drizzle","ethereum","ethereum-dapp","ganache","ganache-cli","metamask","solidity","truffle","truffle-framework","zeppelin"],"created_at":"2024-10-03T13:20:21.993Z","updated_at":"2025-10-28T15:10:02.510Z","avatar_url":"https://github.com/satansdeer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ethereum Token Tutorial\n\nThis is example repo for my articles about simple ERC20 compliant token:\n\n* [Part 1](http://maksimivanov.com/posts/ethereum-react-dapp-tutorial)\n* [Part 2](http://maksimivanov.com/posts/ethereum-react-dapp-tutorial-part-2)\n\n## How to run\n\nFirst install truffle and ganache globally:\n\n```sh\nnpm install -g truffle\nnpm install -g ganache-cli\n```\n\nNow run `ganache-cli` on port `7545`:\n\n```sh\nganache-cli -b 3 -p 7545\n```\n\nRun the migrations (contracts are already compiled):\n\n```sh\ntruffle migrate\n```\n\nInstall [🦊 Metamask](https://metamask.io/) browser extension and connect to local network (custom RPC, `http://localhost:7545`)\n\nGo to `/front` folder install dependencies and run the app:\n\n```sh\ncd front\nyarn\nyarn start\n```\n\nWeb app should be available on `http://localhost:3000`.\n\n![Web app](http://d33wubrfki0l68.cloudfront.net/c4250fbace5f71f2af9312a7cea4d52c5d8dbf73/ae75a/assets/images/tutorial_token_wallet.png)\n\nLogin to Metamask using first private key from `ganache-cli` output. This account has all the Tutorial Tokens.\n\nTry to send tokens to one of other accounts. You can get their addresses from `ganache-cli` as well.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatansdeer%2Fethereum-token-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatansdeer%2Fethereum-token-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatansdeer%2Fethereum-token-tutorial/lists"}