introduction-docs
introduction-docs copied to clipboard
Documentation Page for Chrysalis (IOTA 1.5) and Stardust (Shimmer)
Work around: `yarn set version from sources` and then `yarn install` Result: Forces @iota-community/iota-wiki-cli to use the latest version from master.
https://wiki.iota.org/introduction/how_tos/one_click_private_tangle#tangle-explorer I managed to run a hornet node as per guide, but that code snippet fails ``` cd ../explorer ./tangle-explorer.sh install ../hornet-private-net ``` ``` [aleksei-work@work explorer]$ ./tangle-explorer.sh install ../hornet-private-net Cloning...
https://wiki.iota.org/introduction/how_tos/mainnet_hornet_node_k8s#deploying-using-the-one-click-script ``` [aleksei-work@work hornet-mainnet-k8s]$ ./hornet-k8s.sh deploy The connection to the server localhost:8080 was refused - did you specify the right host or port? ``` I probably messed up my k8s...
In the [Integration Exchange](https://github.com/iotaledger/introduction-docs/edit/main/docs/how_tos/exchange.md), the code snippet for creating account manager instance ([section 1](https://wiki.iota.org/introduction/how_tos/exchange#1-set-up-the-wallet-library) throws the following error: ``` Uncaught Error Error: internal error in Neon module: error initializing account...
The [Integrate Exhange](https://wiki.iota.org/introduction/how_tos/exchange) guide has code snippets only for JS, but not the rest of the supported languages.
We have way nicer graphics for example for this image here:
https://wiki.iota.org/chrysalis-docs/firefly/verify_download#verify-the-code-signature this mentions digicert as CA, but you are using Sectigo as of 1.3.0. Please comment and amend the docs if applicable
## use powershell 1. Open powershell 2. Verify the firefly-desktop-1.0.0.exe file's signature. ``` Get-AuthenticodeSignature -FilePath C:\Users\yourname\Downloads\firefly-desktop-1.0.0.exe | Format-List ``` 3. Make sure that the following information matches the output of...
Add a Meta Navigation to easy navigate to other project pages and IOTA main pages (iota.org, blog.iota.org, etc.)