Skip to content

Instantly share code, notes, and snippets.

View SFzxc's full-sized avatar

Long Hoang SFzxc

  • Da Nang, Vietnam
View GitHub Profile
// pubspec.yaml
// dev_dependencies:
// dio: 3.0.9
// Blocypher Docs: https://www.blockcypher.com/dev/bitcoin/?javascript#push-raw-transaction-endpoint
// https://github.com/flutterchina/dio#super-simple-to-use
import 'package:dio/dio.dart';
void broadcastTx(String hex) async {
try {
Input
Table Section
Section id Name
01 Bangiamdoc
02 NhanSu
03 Ketoan
04 Hr
API - Node.js ExpressJs MongoDB
validation-session.js
var jwt = require('jsonwebtoken');
var User = require('../models/user');
var constants = require('../config/constants');