0.0.19 • Published 2 years ago

thorchain.js v0.0.19

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

ThorChain.js

Thorchain.js is a libary that allows you to work with mutiple chains including, Thorchain, Bitcoin, Dogecoin, Ethereum, Etc Currently this libary isnt really fully released so it doesnt support swapping, liquidity adding/removing, Etc. However if you just want to do some basic stuff you can.

BETA

This project isnt fully released so it is missing many features i want to add to it in the future.

Supported ChainsSwappingLiquidity
BitcoinNoNo
ThorchainNoNo

Getting Started

  1. First you will have to install the project yarn add thorchain.js or npm i thorchain.js
  2. You will want to initalize your thor client like so
const thorchain = require("thorchain.js");

const client = new thorchain.client({
  network: "mainnet", // Defaults to testnet if you dont provide
  seed: "12 word seed phrase", // Defaults to "" if you dont provide a mnemonic
});
  1. After you get your client setup youre all good to start using this libary

  2. Check out the examples folder to learn how to do things. Official documentation wont be made until package is done

Discord

If you need help you can join the Discord

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago