Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
54097263
Topic
5235478
Board
Development & Technical Discussion
Merits
1 from 1 user
Re: Need help finding advanced/technical resources about cryptocurrency and blockcha
by
pooya87
on
26/03/2020, 01:22:46 UTC
⭐ Merited by
ETFbitcoin
(1)
Quote from: kalliper on March 25, 2020, 10:20:38 PM
what advanced resources are out there to learn more about blockchain and cryptocurrency?
it depends on what part of it you want to learn, it is too broad.
there is bitcoin wiki (
https://en.bitcoin.it/wiki/
) that has almost everything and is nearly up to date too. there is developer's reference (
https://bitcoin.org/en/developer-reference
) which is similar but is easier to use. some of the missing parts can be found among BIPs (
https://github.com/bitcoin/bips
). for some things that aren't documented or not properly documented you'll have to look at the source code.
for the cryptography part you'll have to find other documentations. for example here is a simple explanation of elliptic curve cryptography
https://blog.cloudflare.com/a-relatively-easy-to-understand-primer-on-elliptic-curve-cryptography/