add resource page

This commit is contained in:
Michele Balistreri 2019-02-01 13:37:50 +03:00
parent 6a8252753a
commit 1b0d7538a2
6 changed files with 24 additions and 6 deletions

View File

@ -5,8 +5,8 @@ author: Status
language: en
timezone: UTC
url: https://status-im.github.io/keycard.status.im/
root: /keycard.status.im/
url: https://keycard.status.im/
root: /
permalink: news/:year/:month/:day/:title/
archive_dir: news
code_dir: downloads/code

View File

@ -0,0 +1 @@
keycard.status.im

View File

@ -2,6 +2,7 @@ api:
getting_started:
overview: index.html
applet_installation: applet_installation.html
resources: resources.html
java_sdk:
sdk_installation: sdk_installation.html
sdk_connection: sdk_connection.html

View File

@ -35,7 +35,3 @@ Best performance is achieved if the card supports:
Keycard requires about 10kb of NVM. All allocations, instantiations and checks are performed at installation time, so if installation succeeds, the applet will work fine.
## Resources
* [Keycard Installer for Android](https://github.com/status-im/keycard-installer-android/releases)
* [Latest Keycard Applet](https://github.com/status-im/keycard-installer-android/blob/master/app/src/main/assets/keycard.cap?raw=true)

19
source/api/resources.md Normal file
View File

@ -0,0 +1,19 @@
---
id: resources
title: Resources
---
# Resources
Here you find the links to all repositories and tools related to Keycard development.
## GitHub repositories
* [Javacard applet](https://github.com/status-im/status-keycard)
* [Java SDK](https://github.com/status-im/status-keycard-java)
* [Keycard on Ledger](https://github.com/status-im/keycard-ledger)
* [React Native library](https://github.com/status-im/react-native-status-keycard)
## Tools
* [Keycard Installer for Android](https://github.com/status-im/keycard-installer-android/releases)
* [Latest Keycard applet (binary)](https://github.com/status-im/keycard-installer-android/blob/master/app/src/main/assets/keycard.cap?raw=true)

View File

@ -19,6 +19,7 @@ sidebar:
getting_started: Getting Started
overview: Overview
applet_installation: Preparing the card
resources: Resources
sdk_installation: Installation
sdk_connection: Connecting to the card
sdk_preparation: Working with the applet