neeboo
neeboo
Since native-navigation is goal to split up screens into separate root views, somehow "code-push" must be called in "Appregistry" function. So maybe it doesn't work with exist "code-push-apps". What do...
# Features - [x] Add missing RPC API to `Blockchain` class - [ ] Fix broken types as much as possible(typescript) # Documentation: - [ ] Use `TypeDoc` to generate...
Feel free to submit your projects here, and we will move them to README, and later to doc site Template below: --- - **Project Name** My very cool project -...
# Description Documentation for agent_dart apis ## Context To have better understanding of internet computer, for client developers, it is the best way to understand how the sdk works. Though...
where: https://github.com/atomicals/atomicals-js/blob/master/lib/commands/mint-interactive-dft-command.ts#L106 The bitworkc is undefined due to latest `decorated["$mint_bitworkc"] ```javascript { atomical_id: '2679c605df1201f501b9827fa61e1405d19e37c8c9f8ac2dd8a67da2f87e76bfi0', atomical_number: 2816, atomical_ref: '4swwc1ez280za0dsg9ztc7gm0q8swdy8s7warbermsyt5y3yetzgi0', type: 'FT', confirmed: true, mint_info: { commit_txid: '2679c605df1201f501b9827fa61e1405d19e37c8c9f8ac2dd8a67da2f87e76bf', commit_index: 0, commit_location: '2679c605df1201f501b9827fa61e1405d19e37c8c9f8ac2dd8a67da2f87e76bfi0',...
Fix `Cbor.encode(BigInt(n))` possible failure # Description When use `Cbor.encode`, if passed value is BigInt, first will run the BigInt encoder and transform BigInt value to be a hex string. However...
We are currently making the flutter agent for IC,soon there will be devs to build other types of client. I'm thinking to build a `auth-client` package for flutter, which will...
## Use case Enable BigInt/BigFloat support is important for quickjs. We have libbf.c included but CONFIG_BIGNUM is not added to build definition. Please include it as well. ## Proposal BigInt...