html / JavaScript / TypeScript / Angular / Vue / React / Python / Go / Firebase / Blockchain / NEM / Symbol / Cosmos SDK / Ethereum
- Ibaraki, Japan
-
18:02
(UTC +09:00) - https://next-web-technology.net
- @salaryman_tousi
- yasunori.matsuoka.374
- in/yasunorimatsuoka
Pinned Loading
-
nem-library-sample-code
nem-library-sample-code PublicNEM, NIS1のSDKのnem-libraryのサンプルコード集です。
TypeScript
-
nem-web-wallet
nem-web-wallet PublicNEM NIS1 web wallet. This app never saves your private key. But it only uses in memory. Please save your private key in other safe place to avoid tragedy of self GOX.
TypeScript
-
ccxtZaifFetchTicker.js
ccxtZaifFetchTicker.js 1const ccxt = require('ccxt');
2const zaif = new ccxt.zaif();
3(async () => {
4const ticker = await zaif.fetchTicker('XEM/JPY');
5console.log(ticker);
-
ccxtMultipleExchangesFetchTicker.js
ccxtMultipleExchangesFetchTicker.js 1const ccxt = require('ccxt');
2const defaultFetchTicker = async (exchange, ticker) => {
3const exchangeObject = new ccxt[exchange];
4const tickerInfo = await exchangeObject.fetchTicker(ticker);
5console.log(tickerInfo);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.