{"id":13453550,"url":"https://github.com/infinitex-tech/infeos","last_synced_at":"2025-03-24T01:31:37.894Z","repository":{"id":57273604,"uuid":"162359276","full_name":"infinitex-tech/infeos","owner":"infinitex-tech","description":"JavaScript \u0026 npm framework for EOSIO dApps development, building, deployment and testing using eosjs and the EOSIO protocol","archived":false,"fork":false,"pushed_at":"2019-10-08T15:32:18.000Z","size":140,"stargazers_count":31,"open_issues_count":10,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-12T15:05:23.868Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/infinitex-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-19T00:01:51.000Z","updated_at":"2023-08-12T05:30:31.000Z","dependencies_parsed_at":"2022-09-17T02:23:09.894Z","dependency_job_id":null,"html_url":"https://github.com/infinitex-tech/infeos","commit_stats":null,"previous_names":["infinitexlabs/infeos"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinitex-tech%2Finfeos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinitex-tech%2Finfeos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinitex-tech%2Finfeos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinitex-tech%2Finfeos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infinitex-tech","download_url":"https://codeload.github.com/infinitex-tech/infeos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245194249,"owners_count":20575729,"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":[],"created_at":"2024-07-31T08:00:42.894Z","updated_at":"2025-03-24T01:31:36.828Z","avatar_url":"https://github.com/infinitex-tech.png","language":"JavaScript","funding_links":[],"categories":["Language Support"],"sub_categories":["JavaScript"],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://t.me/infeos\"\u003e\u003cimg src=\"infeos_logo.png\" /\u003e\u003c/a\u003e\u003c/p\u003e\n\n# infeos: The EOSIO universe in your hands\ninfeos is an EOSIO development, building, testing, and deployment framework based and using javascript, npm, eosjs and the EOSIO protocol.\n\n**infeos** is the easiest, fastest and the most straightforward way to develop EOSIO based dApps. Some of it's key features are:\n\n1. Set up your development environment in less than 5 minutes and in less than 1 minute for each new project after the first one.\n   \n2. Starting a full local node in a matter of seconds with only one command and choosing your preferred network: EOS, Telos or Worbli.\n   \n3. Unit tests your EOSIO smart contracts using **javascript**. \n   \n4. Full control over your environment configurations and deployment setup\n   \n5. Optimized dApp project structure - with infeos we're introducing a new EOSIO dApp projects structure where you have one master smart contract that rule them all\n   \n6. With infeos, you don't need to be an EOSIO developer, neither blockchain developer to work with smart contracts. All back-ends and front-ends developers now have the power to work with you dApp on blockchain level in just learning a few commands\n\nFind us on: [**Telegram**](https://t.me/infeos) | [**Twitter**](https://twitter.com/infeos_io)\n\n### The universe message dashborard\n---\n- Full Documentation - **In Progress** (Check out the example template for details)\n---\n\n# Pre-instalation\n*If you already have these programs on your computer please continue with the actual installation*\n\n### Mac OS\n- Download and install [Docker Desktop for Mac](https://docs.docker.com/docker-for-mac/install/)\n- Install **Kitematic** for Mac OS - the best GUI to work with your containers\n- Install [node.js](https://nodejs.org/en/)\n\n### Windows\n- Download and install [Docker Desktop for Windows](https://docs.docker.com/docker-for-windows/install/)\n- Download and install [Cygwin64](https://cygwin.com/install.html)\n- Download and install git bash (if missing)\n\nAfter each installation setup your programs for use. That includes but not limited to accounts, login, configurations.\n\n# Installation\n\nTo install infeos run the following command:\n\n```\nnpm install infeos -g\n```\n\n# Initialize\n\nTo initialize a new EOSIO project run the command below. It will automatically create a new project including example smart contracts, tests, configurations.\n\n```\ninfeos init\n```\n\n# Start local EOSIO node\n\nIf you're running the command for the first time it will take some time before the Docker image is downloaded (it's downloaded globally and only for this project). Once the image is available the node starts in a matter of seconds. \n\n```\ninfeos run-node\n```\n\nIf you re-run the command a new fresh and clean node will be create replacing the old one.\n\n\n# Compile \n\nTo compile your smart contract and to generate WASM \u0026 ABI files the following command:\n\n```\ninfeos compile [abi]\n```\n\nIf you're deploying the example smart contract (universe.cpp) you can use the created abi for it from [here](https://gist.github.com/DimitarSD/9b3af2a3312b78fe4c0826018e7346ce)\n\n# Deploy\n\nWhen you the command below you'll be able to deploy your smart contract to the blockchain. You can find more details about the deployment script **deploy.js** inside the deployment folder. Once the process is complete an instance of the contract is returned in the code. You can use it for further development and testing.\n\n```\ninfeos deploy\n```\n\n# Test\n\nRunning the test command will execute all test located in the **test** folder. You have the option to pass a specific test file to be executed\n\n```\ninfeos test [path]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinitex-tech%2Finfeos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfinitex-tech%2Finfeos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinitex-tech%2Finfeos/lists"}