Tokenizing Formal and Informal Learning
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Learning Tokens is an open-source mechanism that uses the composable Interwork Alliance Token Taxonomy Framework (IWA TTF) to produce a Learning Token as a positive reinforcer that recognizes, registers, and certifies skills acquisition and competencies while rewarding community engagement in collective learning.
Proceed with the following steps to get Learning Token SDK up and running on any device
- npm
npm install npm@latest -g
- yarn
npm install yarn -g
- Get a free API Key at
- Yet to come🔜
- Clone the repo
git clone https://github.com/TanjinAlam/Learning-Token-SDK
- Install packages
yarn installOr
npm install- Create a
.envfile and enter fill up keys as per thedev.env
npm run buildnpm testnpm install learningTokenSDKimport { Client } from "learningTokenSDK";
const client = new Client("https://api.example.com");
async function getUser() {
const response = await client.getUser(1);
console.log(response.data);
}
getUser();- Yet to come🔜
- Yet to come🔜
- SDK Boilerplate
- SDK key creation
- Meet & Zoom configuration functions
- Pre-event data collection
- Post-event data collection
- Review Schema design
Follow the steps below to contribute to Learning Token SDK
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
js git commit -m 'Add some AmazingFeature) - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Learning Tokens - learningtokens@hyperledger.org
Project Link: https://github.com/TanjinAlam/Learning-Token-SDK

