- How to create a local network
- How to manage accounts and execute transactions
- How to create and compile Smart Contracts in Solidity
- How to deploy and interact with contracts in a local network
- node
| # frozen_string_literal: true | |
| # Use this setup block to configure all options available in SimpleForm. | |
| SimpleForm.setup do |config| | |
| # Default class for buttons | |
| config.button_class = "button" | |
| # Define the default class of the input wrapper of the boolean input. | |
| config.boolean_label_class = "checkbox" |
initialize: once, when the controller is first instantiatedconnect: anytime the controller is connected to the DOMA running example of the code from:
This gist creates a working example from blog post, and a alternate example using simple worker pool.
TLDR: if you want simple and controlled concurrency use a worker pool.