Socket
Socket
Sign inDemoInstall

klaytn-developer-sdk

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    klaytn-developer-sdk

![Logo](./KlaytnLogo.png) - [Klaytn Developer SDK](#klaytn-developer-sdk) - [Oracles Module](#oracles-module) - [Chainlink](#chainlink) - [Witnet](#witnet) - [Bridges Module](#bridges-module) - [Celer Bridge](#celer-bridge) - [Wormhole


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Install size
26.9 MB
Created
Weekly downloads
 

Readme

Source

Logo


Klaytn Developer SDK

Klaytn Developer SDK is a monorepo of all the ecosystem tools. It has all the packages necessary to build on Klaytn ecosystem

Oracles Module

Implementation of the following 4 Chainlink features using the Hardhat development environment:

Witnet

Bridges Module

Celer Bridge

Implementations:

Wormhole Bridge

Implementations:

DEX Module

Open source DEX

Integration of the following 5 DEX contracts:

Getting started

Requirement

  • git
    • You'll know you did it right if you can run git --version and you see a response like git version x.x.x
  • Nodejs
    • You'll know you've installed nodejs right if you can run:
      • node --versionand get an output like: vx.x.x
  • Yarn instead of npm
    • You'll know you've installed yarn right if you can run:
      • yarn --version And get an output like: x.x.x
      • You might need to install it with npm

If you're familiar with npx and npm instead of yarn, you can use npx for execution and npm for installing dependencies.

Quickstart

After installing all the requirements, run the following:

git clone https://github.com/klaytn/klaytn-developer-sdk
cd klaytn-developer-sdk

then

yarn

or

npm i

Usage

You can run the scripts in root or in respective packages by cd into the packages.

Want to Contribute to Klaytn Developer SDK?

In line with our commitment to decentralization, all Klaytn codebase and its documentations are completely open source. Klaytn always welcomes your contribution. Anyone can view, edit, fix its contents and make suggestions. You can either create a pull request on GitHub or create a enhancement request. Make sure to check our Contributor License Agreement (CLA) first and there are also a few guidelines our contributors would check out before contributing:

FAQs

Last updated on 13 Feb 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc