SocialRemark protocol is designed to process cross-chain actions.
- Domain Registration
prot_name::version::action::op_id::target::domain_name::token - Energy Generation
prot_name::version::action::op_id::target::energy_amount::token
| modules: [ | |
| [ | |
| 'nuxt-fontawesome', | |
| { | |
| imports: [ | |
| { | |
| set: '@fortawesome/free-solid-svg-icons', | |
| icons: ['fas'], | |
| }, | |
| { |
| <div class="edit-user-avatar"> | |
| <div class="user-avatar" style="background-image: url('***.png')"> | |
| </div> | |
| <label class="file-input-label-container" for="user_avatar"> | |
| <span>Choose image</span> | |
| <div class="file-error-container"></div> | |
| <input class="file-input" data-multiple-caption="{count} files selected" type="file" name="user[avatar]" id="user_avatar"> | |
| <input type="hidden" name="user[avatar_cache]" id="user_avatar_cache"> | |
| </label> | |
| </div> |
| // Set Google API key | |
| function my_acf_google_map_api( $api ){ | |
| $api['key'] = '__private_key__'; | |
| return $api; | |
| } | |
| add_filter('acf/fields/google_map/api', 'my_acf_google_map_api'); |
| $.get("https://ipinfo.io", function(response) { | |
| console.log(response); | |
| current_country = response.country; | |
| }, "jsonp"); |
| conf |