Click here to covert private key to WIF
In this example
- private key = 619c335025c7f4012e556c2a58b2506e30b8511b53ade95ea316fd8c3286feb9
- WIF = 92KuV1Mtf9jTttTrw1yawobsa9uCZGbfpambH8H1Y7KfdDxxc4d
Click here to covert private key to WIF
In this example
I hereby claim:
To claim this, I am signing this object:
pragma solidity ^0.5.3; | |
contract Wei { | |
uint public oneEther = 1 ether; | |
function test() public pure { | |
assert(1 ether == 1e18 wei); | |
assert(1 wei == 1); | |
} | |
} |
I hereby claim:
To claim this, I am signing this object:
const Web3 = require("web3"); | |
const assert = require("assert"); | |
const web3 = new Web3(); | |
const email = "[email protected]"; | |
const COLORS = [ | |
"red", | |
"blue", | |
"yellow", |