icpp-candid


Nameicpp-candid JSON
Version 3.15.3 PyPI version JSON
download
home_pagehttps://docs.icpp.world/
SummaryC++ Candid Library
upload_time2024-05-15 00:18:33
maintainerNone
docs_urlNone
authoricppWorld
requires_python>=3.8
licenseMIT
keywords c++ candid library internet computer c++ candid blockchain
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # C++ Candid Library

The C++ Candid Library of [icpp-pro](https://docs.icpp.world/)

- [API Reference](https://docs.icpp.world/api-reference.html#candidtypes)
- The C++ Candid Library is extensively tested in our [QA Canister](https://github.com/icppWorld/icpp-pro/tree/main/test/canisters/canister_1).
- If you want to contribute, please reach out.

  
## How to use

### C++ Smart Contracts

To write a C++ smart contract that runs in a Canister, you do not use  `icpp-candid` directly, but you install icpp-pro, which is a full-blown C++ Canister Development Kit.

Simply [install](https://docs.icpp.world/installation.html) & [Get Started](https://docs.icpp.world/getting-started.html) !

### C++ Rich Clients

If you want to use the C++ Candid Library in your Rich Client, you need to include it in your application and then compile it to a native executable.

We already do this ourselves as part of `icpp-pro` to enable interactive debugging with VS Code, as described [here](https://docs.icpp.world/getting-started.html#debug-icpp-pro-only).

The command we use is:

```bash
icpp build-native
```

Which uses the Clang++ compiler to create a native debug executable named `mockic.exe` 


## Support

For support, kindly create a GitHub Issue as outlined in the [Support](https://docs.icpp.world/support.html) documentation page.


            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.icpp.world/",
    "name": "icpp-candid",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "C++ Candid Library, Internet Computer, C++, Candid, blockchain",
    "author": "icppWorld",
    "author_email": "icpp@icpp.world",
    "download_url": "https://files.pythonhosted.org/packages/4b/c0/a24b0ec4093b69b7d4520b13f38ded8703545765b166c88d4013cb6f2152/icpp_candid-3.15.3.tar.gz",
    "platform": null,
    "description": "# C++ Candid Library\n\nThe C++ Candid Library of [icpp-pro](https://docs.icpp.world/)\n\n- [API Reference](https://docs.icpp.world/api-reference.html#candidtypes)\n- The C++ Candid Library is extensively tested in our [QA Canister](https://github.com/icppWorld/icpp-pro/tree/main/test/canisters/canister_1).\n- If you want to contribute, please reach out.\n\n  \n## How to use\n\n### C++ Smart Contracts\n\nTo write a C++ smart contract that runs in a Canister, you do not use  `icpp-candid` directly, but you install icpp-pro, which is a full-blown C++ Canister Development Kit.\n\nSimply [install](https://docs.icpp.world/installation.html) & [Get Started](https://docs.icpp.world/getting-started.html) !\n\n### C++ Rich Clients\n\nIf you want to use the C++ Candid Library in your Rich Client, you need to include it in your application and then compile it to a native executable.\n\nWe already do this ourselves as part of `icpp-pro` to enable interactive debugging with VS Code, as described [here](https://docs.icpp.world/getting-started.html#debug-icpp-pro-only).\n\nThe command we use is:\n\n```bash\nicpp build-native\n```\n\nWhich uses the Clang++ compiler to create a native debug executable named `mockic.exe` \n\n\n## Support\n\nFor support, kindly create a GitHub Issue as outlined in the [Support](https://docs.icpp.world/support.html) documentation page.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "C++ Candid Library",
    "version": "3.15.3",
    "project_urls": {
        "Homepage": "https://docs.icpp.world/"
    },
    "split_keywords": [
        "c++ candid library",
        " internet computer",
        " c++",
        " candid",
        " blockchain"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02f763efb1ced38bd40aca5bcfd656733603b427968727ebfd58d0435a449cb9",
                "md5": "fbfed512fb1ffc6bb7be68a5937a77e6",
                "sha256": "d86b36c55177bef3f98ac44ba8172157ee328564fc96053ec6c5b312d40a560e"
            },
            "downloads": -1,
            "filename": "icpp_candid-3.15.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fbfed512fb1ffc6bb7be68a5937a77e6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 231859,
            "upload_time": "2024-05-15T00:18:31",
            "upload_time_iso_8601": "2024-05-15T00:18:31.348816Z",
            "url": "https://files.pythonhosted.org/packages/02/f7/63efb1ced38bd40aca5bcfd656733603b427968727ebfd58d0435a449cb9/icpp_candid-3.15.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4bc0a24b0ec4093b69b7d4520b13f38ded8703545765b166c88d4013cb6f2152",
                "md5": "2102bacec3dab8ed14c28ad0e1606dde",
                "sha256": "3e8b37bf1a5a3074e01405ffbc0d3d2e1587b128e276eeba0c11ad822e080622"
            },
            "downloads": -1,
            "filename": "icpp_candid-3.15.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2102bacec3dab8ed14c28ad0e1606dde",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 107204,
            "upload_time": "2024-05-15T00:18:33",
            "upload_time_iso_8601": "2024-05-15T00:18:33.008713Z",
            "url": "https://files.pythonhosted.org/packages/4b/c0/a24b0ec4093b69b7d4520b13f38ded8703545765b166c88d4013cb6f2152/icpp_candid-3.15.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 00:18:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "icpp-candid"
}
        
Elapsed time: 0.25846s