- Hyperledger Besu is an open-source Ethereum client.
- Besu implements proof of work (Ethash) and proof of authority (IBFT 2.0, Clique, and QBFT) consensus mechanisms.
This file contains 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
use std::collections::HashMap; | |
use std::io::{self, Write}; | |
fn main() { | |
// Define a map for the cryptocurrency tickers | |
let mut cryptos: HashMap<&str, &str> = HashMap::new(); | |
cryptos.insert("BTC", "Bitcoin"); | |
cryptos.insert("ETH", "Ethereum"); | |
cryptos.insert("LTC", "Litecoin"); | |
cryptos.insert("BCH", "Bitcoin Cash"); |
This file contains 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
{ | |
"AN":"Andaman and Nicobar Islands", | |
"AP":"Andhra Pradesh", | |
"AR":"Arunachal Pradesh", | |
"AS":"Assam", | |
"BR":"Bihar", | |
"CG":"Chandigarh", | |
"CH":"Chhattisgarh", | |
"DN":"Dadra and Nagar Haveli", |
This file contains 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
Chapter - 1 | |
- Cargo https://www.rust-lang.org/tools/install | |
- rustup target add wasm32-unknown-unknown | |
- cargo install cosmwasm-check | |
Chapter - 2 | |
This file contains 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
===================== | |
States and Capitals | |
===================== | |
Andhra Pradesh | |
(Amaravati) | |
Arunachal Pradesh | |
(Itanagar) | |
Assam | |
(Dispur) | |
Bihar |
This file contains 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
Alabama,Alaska,Arizona,Arkansas,California,Colorado,Connecticut,Delaware,Georgia,Florida,Hawaii,Idaho,Illinois,Indiana,Iowa,Kansas,Kentucky,Louisiana,Maine,Maryland,Massachusetts,Michigan,Minnesota,Mississippi,Missouri,Montana,Nebraska,Nevada,New Hampshire,New Jersey,New Mexico,New York,North Carolina,North Dakota,Ohio,Oklahoma,Oregon,Pennsylvania,Rhode,Island South Carolina,South Dakota,Tennessee,Texas,Utah,Vermont,Virginia,Washington,West,Virginia,Wisconsin,Wyoming |
This file contains 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
<!-- Graphics Designer Job --> | |
<script type="application/ld+json"> { | |
"@context" : "http://schema.org/", | |
"@type" : "JobPosting", | |
"title" : "Graphics Designer", | |
"description" : "<p>Qualities:</p><ul><li>Creative thinker with the ability to think out of the box</li><li>Passionate about design</li><li>Meticulous & Able to work independently</li><li>Customer Service-centric</li><li>Self Starter with a good sense to collaborate and build a team</li></ul><p>Responsibilities:</p><ul><li>Design mobile applications & websites that are user-friendly and attractive</li><li>Deliver creative design ideas that match customer requirements</li><li>Design marketing campaign ingredients like banners, pamphlets that have a high visual impact</li><li>Think creatively to produce new ideas and concepts</li><li>Demonstrate illustrative skills with rough sketches</li></ul><p>Requirements (Must haves):</p><ul><li>Experience with Mobile App & Website Design</li><li>Experience with creating Marketing Campaign Designs</li><li>Por |
This file contains 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
<!-- Schema for Organization Contact Information --> | |
<script type="application/ld+json"> | |
{ | |
"@context": "http://schema.org", | |
"@type": "Organization", | |
"url": "https://widle.studio/", | |
"logo": "https://widle.studio/Widle-Logo-1.jpg", | |
"contactPoint": [{ | |
"@type": "ContactPoint", |
This file contains 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
<label for="country">Country</label> | |
<select name="countries" id="country"> | |
<option value="" disabled selected>Country</option> | |
<option value="US">United States of America</option> | |
<option value="AF">Afghanistan</option> | |
<option value="AX">Åland Islands</option> | |
NewerOlder