Skip to content
Snippets Groups Projects
Commit 089b65d3 authored by inertia's avatar inertia
Browse files

Merge branch '30-html-proofs' into 'develop'

proofs clean-up

See merge request !68
parents a2305309 ba16b9c1
No related branches found
No related tags found
2 merge requests!72Deploy to Production,!68proofs clean-up
......@@ -5,7 +5,7 @@ position: 1
#### Welcome to the Hive Developer Portal!
This site is designed to aid those interested in developing applications on the **[Hive](http://hive.io){:target="_blank"}** blockchain.
This site is designed to aid those interested in developing applications on the **[Hive](https://hive.io){:target="_blank"}** blockchain.
If you don't know about Hive yet, visit [hive.io](https://hive.io).
......
......@@ -7,13 +7,13 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/turbolinks/5.2.0/turbolinks.js" integrity="sha256-iM4Yzi/zLj/IshPWMC1IluRxTtRjMqjPGd97TZ9yYpU=" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cousine|Inconsolata" rel="stylesheet">
<link rel="shortcut icon" type="image/png" href="{{ '/favicon.png' | relative_url }}">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Cousine|Inconsolata" rel="stylesheet" />
<link rel="shortcut icon" type="image/png" href="{{ '/favicon.png' | relative_url }}" />
<link rel="stylesheet" href="{{ '/css/style.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/css/css/fontawesome-all.min.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/css/css/work-sans-v7.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/css/style.css' | relative_url }}" />
<link rel="stylesheet" href="{{ '/css/css/fontawesome-all.min.css' | relative_url }}" />
<link rel="stylesheet" href="{{ '/css/css/work-sans-v7.css' | relative_url }}" />
<script src="{{ '/js/main.js' | relative_url }}"></script>
{% seo %}
......
......@@ -6,4 +6,4 @@ exclude: true
Getting started to develop robust and feature rich **Hive** applications couldn't be easier. Accessing hive data is easy from various options depending on your infrastructure and objectives.
Building a picture discovery app is a breeze with the [JavaScript]({{ '/tutorials/#tutorials-javascript' | relative_url }}) library. There is also a [Python]({{ '/tutorials/#tutorials-python' | relative_url }}) library available, [hive.blog]({{ '/services/#services-hive.blog' | relative_url }}), as well as many [community projects]({{ '/resources/#resources-overview' | relative_url }}) which could be beneficial for your steem project.
Building a picture discovery app is a breeze with the [JavaScript]({{ '/tutorials/#tutorials-javascript' | relative_url }}) library. There is also a [Python]({{ '/tutorials/#tutorials-python' | relative_url }}) library available, [hive.blog]({{ '/services/#services-hive-blog' | relative_url }}), as well as many [community projects]({{ '/resources/#resources-overview' | relative_url }}) which could be beneficial for your steem project.
---
title: ImageHoster
position: 4
canonical_url: imagehoster.html
canonical_url: imageHoster.html
---
# Definition
......
......@@ -382,7 +382,7 @@ curl -s --data '[{"jsonrpc":"2.0", "method":"condenser_api.get_block", "params":
### Footnotes<a style="float: right" href="#sections"><i class="fas fa-chevron-up fa-sm" /></a>
* Batch requests are limited to a maximum of 50 request elements.
* *Also see: [json-rpc batch specification](http://www.jsonrpc.org/specification#batch)*
* *Also see: [json-rpc batch specification](https://www.jsonrpc.org/specification#batch)*
* Repository: [gitlab.syncad.com/hive/jussi](https://gitlab.syncad.com/hive/jussi)
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment