Created
April 12, 2022 09:57
-
-
Save earthflower/ef13983221174a21e33c00affabb514c to your computer and use it in GitHub Desktop.
abhi_onboarding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://smartcontracts.org/docs/quickstart/1-quickstart.html | |
https://www.google.com/search?gs_ssp=eJzj4tDP1TcwSiooNGD04kgpSkzPz1OoAgA8VAYb&q=dragon+z&rlz=1C5CHFA_enIN963IN964&oq=dragon+z&aqs=chrome.1.69i57j46i512j0i512j46i512j0i512l2j0i10i512j0i512l3.2933j0j7&sourceid=chrome&ie=UTF-8#wgvs=e&wptab=s:H4sIAAAAAAAAAONgVuLQz9U3MEoqKHzEaMwt8PLHPWEprUlrTl5jVOHiCs7IL3fNK8ksqRQS42KDsnikuLjgmnh2MbGFlDlnJBYtYpVIKUpMz89TSErMyVGoUkgGCiYml6QWFQMA8u9j-GYAAAA | |
https://discord.com/invite/UFjtDNJfeV | |
https://smartcontracts.org/docs/developers-guide/computation-and-storage-costs.html | |
https://github.com/earthgohan/examples.git | |
https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.ic0.app/ | |
https://entrepot.app/marketplace | |
'rwlgt-iiaaa-aaaaa-aaaaa-cai': 'nns/registry', | |
'rrkah-fqaaa-aaaaa-aaaaq-cai': 'nns/governance', | |
'ryjl3-tyaaa-aaaaa-aaaba-cai': 'nns/ledger', | |
'r7inp-6aaaa-aaaaa-aaabq-cai': 'nns/root', | |
'rkp4c-7iaaa-aaaaa-aaaca-cai': 'nns/cycles-minting', | |
'rno2w-sqaaa-aaaaa-aaacq-cai': 'nns/lifeline', | |
'renrk-eyaaa-aaaaa-aaada-cai': 'nns/genesis-token', | |
'rdmx6-jaaaa-aaaaa-aaadq-cai': 'nns/identity', | |
'qoctq-giaaa-aaaaa-aaaea-cai': 'nns/nns-ui', | |
https://networknervoussystem.com/ | |
https://medium.com/dfinity/the-dfinity-blockchain-nervous-system-a5dd1783288e | |
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER | |
https://k7gat-daaaa-aaaae-qaahq-cai.ic0.app/listing/ic-management-10246/aaaaa-aa | |
https://docs.dank.ooo/xtc/canister-development/ | |
dfx canister --network=ic call aanaa-xaaaa-aaaah-aaeiq-cai wallet_call "(record { canister= principal \"aaaaa-aa\"; method_name= \"install_code | |
\"; args= blob \"DIDL\01nh\01\00\00\"; cycles= (0:nat64); })" | |
- Add FileUploader component to candidmanager
- Add module hash to meta of the canister(canister component)
- Try out both Array.from Uint8Array to upload wasm from here
using web3 or ethers .. sending transaction(gasLimit is always 21000) for send tx
using https://docs.polygon.technology/docs/develop/tools/polygon-gas-station/
for. mainnet and mumbai
https://gasstation-mainnet.matic.network/v2
https://gasstation-mumbai.matic.today/v2
calicultate
send tx gas gwei
- send PR for ETH transfer assets
- manage (upload canister)
- canisters management (install code, update settings, start,stop,delete,canister status)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
install ic_kit and add candid_method macros to hello method
deploy hello using dfx local wallet
should see candid file here https://k7gat-daaaa-aaaae-qaahq-cai.ic0.app/canister/b3nre-7yaaa-aaaai-qjbcq-cai
update hello contract and add version
using wallet_call proxy install_code using terminal ( https://qrd.at/mX8 )