-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhitepaper.bib
38 lines (32 loc) · 955 Bytes
/
whitepaper.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
@online{tendermint,
author = {Jae Kwon},
title = {Tendermint: Consensus without Mining},
url = {https://tendermint.com/static/docs/tendermint.pdf},
keywords = {tendermint,consesus,bft}
}
@online{cosmossdk,
author = {Ethan Buchman, Jae Kwon},
title = {Cosmos Whitepaper: A Network of Distributed Ledgers},
url = {https://v1.cosmos.network/resources/whitepaper},
keywords = {cosmos,sdk}
}
@online{bech32,
title = {Bech32},
url = {https://en.bitcoin.it/wiki/Bech32},
keywords = {bitcoin,address}
}
@online{mint,
title = {Mint Module},
url = {https://docs.cosmos.network/master/modules/mint/},
keywords = {cosmos,mint}
}
@online{cosmwasm,
title = {CosmWasm},
url = {https://cosmwasm.com/},
keywords = {cosmos,smart contracts}
}
@online{dht,
title = {Distributed Hash Tables},
url = {https://docs.ipfs.tech/concepts/dht/},
keywords = {hash, table, distributed}
}