官网链接地址: https://coss.ink/#/
你需要准备的是下载Keplr钱包,以及给钱包里充atom
安装链接: https://chromewebstore.google.com/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap
官网链接地址: https://coss.ink/#/
你需要准备的是下载Keplr钱包,以及给钱包里充atom
安装链接: https://chromewebstore.google.com/detail/keplr/dmkamcknogkgcdfhhbddcghachkejeap
I hereby claim:
To claim this, I am signing this object:
Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
see commit log: https://github.com/alexwanng/substratecourse/commit/ecd5e3f45de8cd82c22b869855fc96670c19db61
ecd5e3f45de8cd82c22b869855fc96670c19db61
diff --git a/lesson6-1/pallets/kitties/src/lib.rs b/lesson6-1/pallets/kitties/src/lib.rs
index 3b5e32f..595f90e 100644
--- a/lesson6-1/pallets/kitties/src/lib.rs
+++ b/lesson6-1/pallets/kitties/src/lib.rs
git diff-tree -p 16a7aca8f3b5e4269c9ea4ca683b483a59dadee1
fn main() { | |
let a: Vec<i32> = vec![]; | |
let b: [i32;0] = []; | |
let v_type: () = a; | |
let v_type:() = b ; | |
use std::convert::From; | |
#[derive(Debug)] | |
struct Number { | |
value: i32, | |
} | |
impl From<i32> for Number { | |
fn from(item: i32) -> Self { | |
Number { value: item } |
fn main() { | |
println!("Hello, world!"); | |
} |
here is about ethereum yellow paper notes.
here is about the dao of rust