{"id":13453448,"url":"https://github.com/cambiatus/eosrpc-elixir-wrapper","last_synced_at":"2025-12-11T23:39:03.177Z","repository":{"id":57495543,"uuid":"130289379","full_name":"cambiatus/eosrpc-elixir-wrapper","owner":"cambiatus","description":"EOSRPC API Wrapper for Elixir ","archived":false,"fork":false,"pushed_at":"2021-04-12T23:06:45.000Z","size":99,"stargazers_count":19,"open_issues_count":0,"forks_count":7,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-04-10T17:19:26.532Z","etag":null,"topics":["elixir","eos","eos-sdk","eosio","eosrpc-apis"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/cambiatus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-20T00:59:40.000Z","updated_at":"2023-09-01T10:55:38.000Z","dependencies_parsed_at":"2022-09-02T19:51:54.874Z","dependency_job_id":null,"html_url":"https://github.com/cambiatus/eosrpc-elixir-wrapper","commit_stats":null,"previous_names":["bespiral/eosrpc-elixir-wrapper"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cambiatus%2Feosrpc-elixir-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cambiatus%2Feosrpc-elixir-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cambiatus%2Feosrpc-elixir-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cambiatus%2Feosrpc-elixir-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cambiatus","download_url":"https://codeload.github.com/cambiatus/eosrpc-elixir-wrapper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224500488,"owners_count":17321668,"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":["elixir","eos","eos-sdk","eosio","eosrpc-apis"],"created_at":"2024-07-31T08:00:40.160Z","updated_at":"2025-12-11T23:38:58.151Z","avatar_url":"https://github.com/cambiatus.png","language":"Elixir","readme":"# EOSRPC\n\n[![Build Status](https://travis-ci.org/BeSpiral/eosrpc-elixir-wrapper.svg?branch=master)](https://travis-ci.org/BeSpiral/eosrpc-elixir-wrapper)\n[![Hex.pm](https://img.shields.io/hexpm/v/eosrpc.svg)](https://hex.pm/packages/eosrpc)\n\n\nSimple EOSRPC Wrapper for Elixir.\nBased on [EOS RPC Official Docs](https://developers.eos.io/eosio-nodeos/reference)\n\n## Installation\n\n```elixir\ndef deps do\n  [\n    {:eosrpc, \"~\u003e 0.6.0\"}\n  ]\nend\n```\n\nYou need to setup the Chain, Wallet and Account History URLs. This is the default configuration:\n\n\n```elixir\nconfig :eosrpc, EOSRPC.Wallet,\n  url: \"http://127.0.0.1:8999/v1/wallet\"\n\nconfig :eosrpc, EOSRPC.Chain,\n  url: \"http://127.0.0.1:8888/v1/chain\"\n\nconfig :eosrpc, EOSRPC.History,\n  url: \"http://127.0.0.1:8888/v1/history\"\n```\n\n\n## Examples\n\nAutosigning and pushing a transaction.\n\n```elixir\nactions = [\n  %{\n    account: \"eosio.token\",\n    authorization: [%{actor: \"eosio.token\", permission: \"active\"}],\n    data: %{issuer: \"eosio\", max_supply: \"10000.00 LEO\"},\n    name: \"create\"\n  }\n]\n\nEOSRPC.Helper.auto_push(actions)\n```\n\nCreating a new account `leo` under the owner `eosio`\n\n```elixir\nEOSRPC.Helper.new_account(\"eosio\", \"leo\", \"EOS_OWNER_PUB_KEY\", \"EOS_ACTIVE_PUB_KEY\")\n```\n\nAll of the EOSRPC APIs are in `EOSRPC.Wallet`, `EOSRPC.Chain` and `EOSRPC.History`\n\nFor complete transactions signature and submission flow examples check `EOSRPC.Helper`\n\n## License\n\nThis project is licensed under the GNU GPLv3 License - see the [LICENSE](LICENSE) file for details\n","funding_links":[],"categories":["Language Support","Developers"],"sub_categories":["Elixir","Libraries and Frameworks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcambiatus%2Feosrpc-elixir-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcambiatus%2Feosrpc-elixir-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcambiatus%2Feosrpc-elixir-wrapper/lists"}