{"id":18260039,"url":"https://github.com/roppa/tezmania","last_synced_at":"2026-02-08T01:33:37.561Z","repository":{"id":44007691,"uuid":"236492579","full_name":"roppa/tezmania","owner":"roppa","description":"Tezos blockchain client","archived":false,"fork":false,"pushed_at":"2023-01-05T05:49:58.000Z","size":1030,"stargazers_count":2,"open_issues_count":16,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-21T21:53:19.432Z","etag":null,"topics":["tezos","tezos-block"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/roppa.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":"2020-01-27T13:06:52.000Z","updated_at":"2023-08-29T07:24:42.000Z","dependencies_parsed_at":"2023-02-03T14:16:07.371Z","dependency_job_id":null,"html_url":"https://github.com/roppa/tezmania","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roppa/tezmania","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roppa%2Ftezmania","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roppa%2Ftezmania/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roppa%2Ftezmania/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roppa%2Ftezmania/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roppa","download_url":"https://codeload.github.com/roppa/tezmania/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roppa%2Ftezmania/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29216086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T00:10:47.190Z","status":"ssl_error","status_checked_at":"2026-02-08T00:10:43.589Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["tezos","tezos-block"],"created_at":"2024-11-05T10:41:38.602Z","updated_at":"2026-02-08T01:33:37.539Z","avatar_url":"https://github.com/roppa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tezmania - a Tezos client\n\nTezmania is a client for Tezos allowing you to query the blockchain, interact with smart contracts and more. This is mainly a tool for learning, so if you are learning about Tezos I'm working on [some resources in the 'learning' folder](/learning/README.md).\n\n## init (network functions)\n\nConfigure (curry) the host network:\n\n```js\nconst net = tezmania.init('http://localhost:8732')\nnet.getHead().then(head =\u003e console.log(head))\n```\n\nThis returns the curried functions belonging to the network file (`/src/network`). This applies to any of the functions in the network section.\n\nIn exported format, the functions below are curried i.e.:\n\n```js\ntezmania.getHead('http://localhost:8732')()\n```\n\n## Crypto\n\nThis library uses [libsodium-wrappers-sumo](https://www.npmjs.com/package/libsodium-wrappers-sumo).\n\n## Mnemonics\n\nThis library uses [bip39](https://github.com/bitcoinjs/bip39).\n\n### generateMnemonic [string]: string\n\nThis is a direct export from [bip39.generateMnemonic](https://github.com/bitcoinjs/bip39).\n\n## Credits\n\nSources of reference (and pure theft) are these cool projects:\n\n- [Sotez](https://github.com/AndrewKishino/sotez)\n- [eztz](https://github.com/TezTech/eztz)\n- [ConseilJS](https://github.com/Cryptonomic/ConseilJS)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froppa%2Ftezmania","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froppa%2Ftezmania","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froppa%2Ftezmania/lists"}