This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Input | |
| Table Section | |
| Section id Name | |
| 01 Bangiamdoc | |
| 02 NhanSu | |
| 03 Ketoan | |
| 04 Hr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| API - Node.js ExpressJs MongoDB | |
| validation-session.js | |
| var jwt = require('jsonwebtoken'); | |
| var User = require('../models/user'); | |
| var constants = require('../config/constants'); |