{"id":14989758,"url":"https://github.com/samc621/tokenfactory","last_synced_at":"2025-04-12T00:32:04.705Z","repository":{"id":110205059,"uuid":"170542370","full_name":"samc621/TokenFactory","owner":"samc621","description":"A simple factory for deploying ERC20 and ERC721 tokens.","archived":false,"fork":false,"pushed_at":"2023-03-05T15:48:19.000Z","size":9,"stargazers_count":29,"open_issues_count":1,"forks_count":18,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T20:51:14.050Z","etag":null,"topics":["blockchain","chai","erc20","erc721","ethereum","mocha","open-zeppelin","smart-contracts","solidity","truffle"],"latest_commit_sha":null,"homepage":"","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/samc621.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-13T16:41:09.000Z","updated_at":"2024-09-18T18:07:47.000Z","dependencies_parsed_at":"2023-04-23T13:47:57.207Z","dependency_job_id":null,"html_url":"https://github.com/samc621/TokenFactory","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"4fd8415dae49c05f639f8e40f6be009ded293aef"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samc621%2FTokenFactory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samc621%2FTokenFactory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samc621%2FTokenFactory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samc621%2FTokenFactory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samc621","download_url":"https://codeload.github.com/samc621/TokenFactory/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501409,"owners_count":21114674,"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":["blockchain","chai","erc20","erc721","ethereum","mocha","open-zeppelin","smart-contracts","solidity","truffle"],"created_at":"2024-09-24T14:18:52.465Z","updated_at":"2025-04-12T00:32:04.365Z","avatar_url":"https://github.com/samc621.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TokenFactory\n\n## What does this repository contain?\n\n1. An `ERC20` and an `ERC721` contract using the [@openzeppelin/contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) standards.\n2. A `Factory` contract to deploy these contracts.\n3. A Javascript test file for testing the `Factory` contract with [Truffle](https://github.com/trufflesuite/truffle).\n\n## What can I use it for?\n\nYou can deploy the `Factory` contract on an Ethereum blockchain network, and then use it to trustlessly deploy secure new ERC20 and ERC721 tokens on that same network.\n\n## How can I use it?\n\n1. Install `truffle` with `npm install -g truffle`.\n2. Install dependencies with `npm install`.\n3. Run `truffle develop` to spawn a development blockchain with interactive console.\n4. Compile code into a `build` directory with `truffle compile`.\n5. Run migrations to deploy the `Factory` contract with `truffle migrate`.\n6. Start the test suite with `truffle test`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamc621%2Ftokenfactory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamc621%2Ftokenfactory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamc621%2Ftokenfactory/lists"}