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
| // Web3 doc: https://web3js.readthedocs.io/en/v1.2.11/web3-eth-accounts.html#create | |
| const Web3 = require('web3'); | |
| const web3 = new Web3("https://data-seed-prebsc-1-s1.binance.org:8545"); | |
| var account = web3.eth.accounts.create([Date.now().toString()]); | |
| console.log(account); |
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
| pragma solidity 0.5.16; | |
| interface IBEP20 { | |
| /** | |
| * @dev Returns the amount of tokens in existence. | |
| */ | |
| function totalSupply() external view returns (uint256); | |
| /** | |
| * @dev Returns the token decimals. |
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
| pragma solidity 0.5.16; | |
| interface IBEP20 { | |
| /** | |
| * @dev Returns the amount of tokens in existence. | |
| */ | |
| function totalSupply() external view returns (uint256); | |
| /** | |
| * @dev Returns the token decimals. |
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
| #include <stdio.h> | |
| #include <string.h> | |
| #include <stdlib.h> | |
| #include <stdbool.h> | |
| #include <assert.h> | |
| #include "dictionary.h" | |
| #define INITIAL_SIZE (1024) | |
| #define GROWTH_FACTOR (2) | |
| #define MAX_LOAD_FACTOR (1) |
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
| Package name Version | |
| base-files 194.2-r7897-9d401013fc | |
| busybox 1.28.4-3 | |
| dnsmasq 2.80-1.4 | |
| dropbear 2017.75-7.1 | |
| firewall 2018-08-13-1c4d5bcd-1 | |
| fstools 2019-03-28-ff1ded63-5 | |
| fwtool 1 | |
| hostapd-common 2018-05-21-62566bc2-8 | |
| ip6tables 1.6.2-3 |
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
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Security.Cryptography; | |
| using System.Security.Cryptography.X509Certificates; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using System.IO; | |
| using Jose; | |
| using Microsoft.AspNetCore.Mvc; |
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
| using System; | |
| using System.IO; | |
| using Newtonsoft.Json; | |
| using NBitcoin; | |
| namespace DotNetWallet | |
| { | |
| public enum ConnectionType | |
| { | |
| FullNode, |
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
| 0xBD91e8d7a66491E3D29089eACf07A36b9f481d28 |