Listing Thumbnail

    IOTA - Chrysalis - Private Tangle

     Info
    IOTA Chrysalis Private Tangle (Hornet-based) and Tools
    Listing Thumbnail

    IOTA - Chrysalis - Private Tangle

     Info

    Overview

    Play video

    IOTA Chrysalis mainnet and testnet are public IOTA Networks where you can develop permissionless applications based on the Tangle. However, there can be situations where you would like to run a Private IOTA Network (Private Tangle) so that only a limited set of stakeholders or Nodes can participate. To support the IOTA Community working on these kind of scenarios, a set of Docker-based tools and pre-configured setups allow the deployment of a (hornet-based) Private Tangle in "one click". Running a Private Tangle requires to identify the organizations allowed (alongside with the needed requirements) to deploy an IOTA node. Nodes in a Private Tangle are peered between them, while the transactions generated inside this network are shared, validated and stored only across the nodes that are part of the network.

    Highlights

    • Includes: Backend Components: Initial Hornet Node, Coordinator and Spammer. Front-End tools: Hornet Dashboard, Tangle Explorer.
    • "One Click" install, set up and launch through command line interface.
    • All processes run within Docker Containers

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    AmazonLinux 2

    Typical total price

    This estimate is based on use of the seller's recommended configuration (t2.large) in the US East (N. Virginia) Region. View pricing details

    $0.093/hour

    Pricing

    IOTA - Chrysalis - Private Tangle

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (13)

     Info
    Instance type
    Product cost/hour
    EC2 cost/hour
    Total/hour
    t2.large
    Recommended
    $0.00
    $0.093
    $0.093
    t2.xlarge
    $0.00
    $0.186
    $0.186
    t2.2xlarge
    $0.00
    $0.371
    $0.371
    t3.large
    $0.00
    $0.083
    $0.083
    t3.xlarge
    $0.00
    $0.166
    $0.166
    t3.2xlarge
    $0.00
    $0.333
    $0.333
    i3.large
    $0.00
    $0.156
    $0.156
    i3.xlarge
    $0.00
    $0.312
    $0.312
    i3.2xlarge
    $0.00
    $0.624
    $0.624
    i3.4xlarge
    $0.00
    $1.248
    $1.248

    Additional AWS infrastructure costs

    Type
    Cost
    EBS General Purpose SSD (gp2) volumes
    $0.10/per GB/month of provisioned storage

    Vendor refund policy

    N/A

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes

    Chrysalis Private Tangle - Fixed Vulnerability

    Additional details

    Usage instructions

    Support

    Vendor support

    https://discord.iota.org  https://iota.stack-exchange.org  Support is provided by the IOTA Community through https://iota.stackexchange.org  and through IOTA's Discord Server.

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    5
    1 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    100%
    0%
    0%
    0%
    0%
    1 AWS reviews
    -TC

    Promising and Exciting!

    Reviewed on Sep 01, 2021
    Purchase verified by AWS

    Took me a while to set up the network configuration properly for this instance (had to create two routes in the routing table: one to the subnet associated with the VPC with a target of the network interface, and another with destination anywhere with the target being the internet gateway).

    After having done so, I was able to successfully SSH into the machine and start my initial set up according to the usage instructions found on GitHub.

    One thing to note though is that once you run the script /bin/install-private-tangle.sh, I had errors regarding docker-compose so I did the following:

    1: sudo curl -L https://github.com/docker/compose/releases/download/1.21.0/docker-compose-$(uname  -s)-$(uname -m) -o /usr/local/bin/docker-compose

    2: sudo chmod +x /usr/local/bin/docker-compose

    3: sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose

    (Source: https://stackoverflow.com/questions/38775954/sudo-docker-compose-command-not-found )

    Then the script should run without more hiccups besides your usual npm warnings, but I was able to successfully view the explorer on http://public-IP:8081  so I think I'm ready to start developing stuff on this private network!

    Cool stuff but don't be fooled by the "one-click" setup. Takes a bit of trial and error (in my case) to get it working eventually (:

    View all reviews