{"id":42787482,"url":"https://github.com/circular-protocol/circular-js","last_synced_at":"2026-01-29T23:14:47.198Z","repository":{"id":274684146,"uuid":"864090917","full_name":"circular-protocol/circular-js","owner":"circular-protocol","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-28T18:48:19.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T19:36:23.382Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/circular-protocol.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":"2024-09-27T13:27:42.000Z","updated_at":"2025-01-28T18:48:22.000Z","dependencies_parsed_at":"2025-01-28T19:36:27.151Z","dependency_job_id":"4752827f-7ae0-46ff-9608-9b22ce69b3d7","html_url":"https://github.com/circular-protocol/circular-js","commit_stats":null,"previous_names":["circular-protocol/circular-js"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/circular-protocol/circular-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circular-protocol%2Fcircular-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circular-protocol%2Fcircular-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circular-protocol%2Fcircular-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circular-protocol%2Fcircular-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/circular-protocol","download_url":"https://codeload.github.com/circular-protocol/circular-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/circular-protocol%2Fcircular-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28889869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"last_error":"SSL_read: 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":[],"created_at":"2026-01-29T23:14:46.627Z","updated_at":"2026-01-29T23:14:47.189Z","avatar_url":"https://github.com/circular-protocol.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Circular Layer 1 Blockchain Protocol Interface Library\n\nThe **Circular Layer 1 Blockchain Protocol Interface Library** is a powerful JavaScript library developed by Circular Global Ledgers, Inc. for seamless integration with the Circular blockchain ecosystem. This open-source library offers a comprehensive suite of tools designed for efficient and secure interaction with blockchain networks, managing wallets, assets, smart contracts, and more.\n\n## 🔥 **Key Features**\n\n- **Blockchain Interaction**: Effortlessly connect and interact with Circular's blockchain networks, enabling various network operations.\n- **Smart Contracts**: Deploy, test, and interact with smart contracts with ease and efficiency.\n- **Wallet Management**: Create, retrieve, and manage blockchain wallets, track balances, and execute wallet operations.\n- **Asset Management**: Issue and manage assets, handle transfers, and retrieve detailed information about assets and their supply.\n- **Domain Management**: Resolve blockchain domain names to wallet addresses, ensuring a secure and reliable address lookup.\n- **Transaction Management**: Send transactions, track status, search and validate transactions within the blockchain.\n- **Analytics**: Access and retrieve analytical data and insights related to blockchain performance and activities.\n\n## 🚀 **Getting Started**\n\n### Installation\n\nTo integrate the Circular library into your project, include the library directly in your HTML or JavaScript files:\n\n```html\n\u003cscript src=\"path_to_circular_library.js\"\u003e\u003c/script\u003e\n```\n\nEnsure you also load dependencies like `crypto-js`, `elliptic` and `sha256` from CDN:\n\n```html\n\u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.0.0/crypto-js.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/elliptic/6.5.4/elliptic.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/js-sha256@0.9.0/build/sha256.min.js\"\u003e\u003c/script\u003e\n```\n\n## 📜 **API Reference**\n\nFor detailed information on all available methods and parameters, refer to the [API Documentation](https://circular-protocol.gitbook.io/circular-sdk/api-docs/javascript). Below is a summary of key functions:\n\n- **`setNAGKey(key)`**: Sets the Network Access Gateway key.\n- **`registerWallet(blockchain, publicKey)`**: Registers a wallet on the specified blockchain.\n- **`getWalletBalance(blockchain, address, asset)`**: Retrieves the balance of a specific asset for the given wallet.\n- **`sendTransaction(id, from, to, timestamp, type, payload, nonce, signature, blockchain)`**: Sends a transaction on the specified blockchain.\n\n... and many more!\n\n## 🤝 **Contributing**\n\nContributions to the Circular Library are welcome! To contribute:\n\n1. Fork the repository.\n2. Create a feature branch (`git checkout -b feature-name`).\n3. Commit your changes (`git commit -m 'Add new feature'`).\n4. Push to the branch (`git push origin feature-name`).\n5. Open a Pull Request.\n\nEnsure to follow the contribution guidelines and code of conduct.\n\n## 📄 **License**\n\nThis project is open-source and available under the MIT License for both private and commercial use.\n\n## 📌 **Version**\n\n- Current Version: **1.0.8**\n- Last Update: **10/18/2024**\n\n## 👥 **Authors and Acknowledgment**\n\n- **Originator**: Gianluca De Novi, PhD\n- **Contributors**: Danny De Novi\n\n## 📧 **Contact**\n\nFor support or collaboration opportunities, please reach out to [info@circularlabs.io](mailto:info@circularlabs.io).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcircular-protocol%2Fcircular-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcircular-protocol%2Fcircular-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcircular-protocol%2Fcircular-js/lists"}