1.0.13 • Published 3 years ago

yenten-api-blockchain v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Yenten Coin Blockchain API Client

Simple Yenten Coin Api module using https://api.yenten.io:21002/docs blockchain API

Table of contents

General info

Javascript API client for Yenten API at https://api.yenten.io:21002/docs

Yenten is the first fully CPU friendly PoW cryptocurrency. You can learn more by visiting https://yentencoin.info/

Documentation

Initialise

Typescript

import { apiClient, SendTransactionResponse, UnspentTransaction, UnspentTransactionResponse, Response} from 'yenten-api-blockchain';
// from now on you may invoke module calls

Javascript

const  apiClient = require('yenten-api-blockchain');
// from now on you may invoke module calls

Api Methods

For api methods documentation please refer to the https://api.yenten.io:21002/docs webpage.

License

MIT

Contact

Created by alkeicam@yahoo.com

1.0.13

3 years ago