{"id":13641266,"url":"https://github.com/automata-network/automata","last_synced_at":"2025-07-15T22:19:19.680Z","repository":{"id":40276959,"uuid":"337634272","full_name":"automata-network/automata","owner":"automata-network","description":"Automata Network is a modular attestation layer that extends machine trust to Ethereum with TEE Coprocessors.","archived":false,"fork":false,"pushed_at":"2022-08-25T06:28:35.000Z","size":9866,"stargazers_count":95,"open_issues_count":10,"forks_count":19,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-04-11T00:34:53.789Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ata.network","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/automata-network.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null}},"created_at":"2021-02-10T06:11:43.000Z","updated_at":"2025-03-26T03:27:04.000Z","dependencies_parsed_at":"2022-07-08T13:18:52.013Z","dependency_job_id":null,"html_url":"https://github.com/automata-network/automata","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/automata-network/automata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automata-network%2Fautomata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automata-network%2Fautomata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automata-network%2Fautomata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automata-network%2Fautomata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/automata-network","download_url":"https://codeload.github.com/automata-network/automata/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/automata-network%2Fautomata/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265464433,"owners_count":23770324,"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-08-02T01:01:19.311Z","updated_at":"2025-07-15T22:19:19.617Z","avatar_url":"https://github.com/automata-network.png","language":"Rust","funding_links":[],"categories":["Blockchains","Codes \u0026 Repos","Code Repositories"],"sub_categories":["Library OSes and SDKs","Rust"],"readme":"[![Rust](../../workflows/Rust/badge.svg)](../../actions?query=workflow%3ARust+branch%3Amain) [![Docker](../../workflows/Docker/badge.svg)](../../actions?query=workflow%3ADocker+branch%3Amain)\n# Automata\n\n## Build\n\nOn Ubuntu/Debian (or similar distributions on [WSL](https://docs.microsoft.com/en-us/windows/wsl/about)), install the following packages:\n\n```bash\nsudo apt-get update\nsudo apt-get install -y build-essential pkg-config llvm-dev libclang-dev clang libssl-dev curl\n```\n\nInstall Rust through [rustup.rs](https://rustup.rs):\n\n```bash\ncurl https://getsubstrate.io -sSf | bash -s -- --fast\n```\n\nInitialize your Wasm Build environment:\n\n```\n./scripts/init.sh\n```\n\nBuild Wasm and native code:\n\n```bash\ncargo build --release --features finitestate\n```\n\n## Run\n### Local Two-node Testnet\nIf you want to see the multi-node consensus algorithm in action locally, then you can create a local testnet. You'll need two terminals open. In one, run:\n```bash\n./target/release/automata --chain=local --alice -d /tmp/alice\n```\nAnd in the other, run:\n```bash\n./target/release/automata --chain=local --bob -d /tmp/bob --port 30334 --bootnodes '/ip4/127.0.0.1/tcp/30333/p2p/\u003cALICE_BOOTNODE_ID_HERE\u003e'\nEnsure you replace `ALICE_BOOTNODE_ID_HERE` with the node ID from the output of the first terminal.\n```\n\nYou can muck around by heading to https://polkadot.js.org/apps and choose \"Local Node\" from the Settings menu. Make sure you have the following type definitions saved in the Settings-\u003eDeveloper page:\n```json\n{\n  \"ResourceId\": \"[u8; 32]\",\n  \"DepositNonce\": \"u64\",\n  \"ProposalVotes\": {\n    \"votes_for\": \"Vec\u003cAccountId\u003e\",\n    \"votes_against\": \"Vec\u003cAccountId\u003e\",\n    \"status\": {\n      \"_enum\": [\n        \"Initiated\",\n        \"Approved\",\n        \"Rejected\"\n      ]\n    }\n  },\n  \"BridgeTokenId\": \"U256\",\n  \"BridgeChainId\": \"u8\",\n  \"VestingPlan\": {\n    \"start_time\": \"u64\",\n    \"cliff_duration\": \"u64\",\n    \"total_duration\": \"u64\",\n    \"interval\": \"u64\",\n    \"initial_amount\": \"Balance\",\n    \"total_amount\": \"Balance\",\n    \"pub vesting_during_cliff\": \"bool\"\n  }\n}\n```\n\n## License\n\n[Apache 2.0](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomata-network%2Fautomata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautomata-network%2Fautomata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautomata-network%2Fautomata/lists"}