yenten-api-blockchain
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

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

Package Sidebar

Install

npm i yenten-api-blockchain

Weekly Downloads

1

Version

1.0.13

License

MIT

Unpacked Size

144 kB

Total Files

8

Last publish

Collaborators

  • alkeicam