Skip to content

Commit 8b031b4

Browse files
authored
Merge pull request #23 from davision/master
Update links
2 parents cf26c91 + 2ef6d04 commit 8b031b4

File tree

4 files changed

+12
-16
lines changed

4 files changed

+12
-16
lines changed

.vuepress/config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
editLinkText: 'Help us improve this page.',
2828
nav: [
2929
{ text: 'Framework', link: '/framework/v2/' },
30-
{ text: '0xcert API', link: '/api/guides/overview' },
30+
{ text: '0xcert API', link: '/api/' },
3131
{ text: 'Website', link: 'https://0xcert.org' },
3232
],
3333
sidebar: {
@@ -36,8 +36,6 @@ module.exports = {
3636
title: 'Guides',
3737
collapsable: false,
3838
children: [
39-
['guides/overview','Overview'],
40-
// 'guides/use-cases',
4139
'guides/non-fungible-assets',
4240
'guides/fungible-values',
4341
'guides/atomic-operations',

api/guides/overview.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

api/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1+
<img src="/api-icon.svg" class="icon"/>
2+
13
# Welcome to 0xcert API
24

5+
The 0xcert API is an API service built on top of the entire 0xcert technology infrastructure. The API was purposely built to speed up adoption of blockchain technologies, since it provides the same versatile functionality as the 0xcert Framework, but is much easier to work with and requires much less development expertise.
6+
7+
At it's core, the 0xcert API is meant to be used for easy issuance and management of non-fungible tokens on the Ethereum blockchain. Like with the 0xcert Framework, we adhere to the ERC721 non-fungible token standard.
8+
9+
It is also the first fully decentralised API, with atomic transactions developed by 0xcert, where 0xcert doesn't own any of your data but only acts as the mediator or connector between you and the blockchain. The goal was to build a familiar API service without compromising the core value of blockchain and decentralisation.
10+
11+
The API is geared towards developers that are familiar with the blockchain but don't want or can't spend long periods of time learning and researching low-level blockchain protocols, standards and development tools. Additionally, the entire 0xcert infrastructure, has gone through security audits and has an active bug bounty, making it very secure to use and taking the burden of expensive security audits away from our users. By providing the developer community with a common API interface we are making this technology more accessible, less resource-intense and more secure to use.
12+

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pageClass: homepage
1111
<p>
1212
A <strong>fully decentralized web service</strong> built on top of the existing 0xcert open-source infrastructure, which wraps 0xcert functionalities in a common, easy to use API interface.
1313
</p>
14-
<a href="/api/guides/overview" class="button">Read docs</a>
14+
<a href="/api/" class="button">Read docs</a>
1515
</div>
1616
<div class="box">
1717
<img src="/framework-icon.svg" class="icon"/>

0 commit comments

Comments
 (0)