Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Web2web | 2,265 | 4 years ago | 2 | HTML | ||||||
P2P web powered by torrents and blockchain. | ||||||||||
Erc 1808 | 1,517 | 4 years ago | 26 | agpl-3.0 | JavaScript | |||||
Eclair | 1,102 | 2 days ago | 42 | apache-2.0 | Scala | |||||
A scala implementation of the Lightning Network. | ||||||||||
Paper | 593 | 10 months ago | 51 | mit | ||||||
On self sovereign human identity. | ||||||||||
Crackcoin | 591 | 2 years ago | 1 | other | Python | |||||
Very basic blockchain-free cryptocurrency PoC in Python | ||||||||||
Smart Contract Search Engine | 274 | 3 years ago | 12 | gpl-3.0 | JavaScript | |||||
Takes a link to a smart contract's raw ABI file and an RPC URL and then indexes all instances of that smart contract | ||||||||||
Js Algorand Sdk | 262 | 12 | 141 | 3 days ago | 57 | December 15, 2022 | 66 | mit | TypeScript | |
The official JavaScript SDK for Algorand. | ||||||||||
Web Wallet | 258 | 3 years ago | 10 | lgpl-3.0 | JavaScript | |||||
Confluxstudio | 188 | 3 months ago | 30 | gpl-3.0 | JavaScript | |||||
An IDE to develop smart contracts on the Conflux blockchain | ||||||||||
Ethers.objc | 158 | a year ago | 19 | mit | C | |||||
Fast, simple and complete library for Ethereum in Objective-C. |
This is a python imlementation of blockchain_go
pipenv install
pipenv shell
$ python cli.py createwallet
Your new address: 17Y288D5DnFwU6cj5M8YHnxYNnDhN6f5FK
$ python cli.py createblockchain --address 17Y288D5DnFwU6cj5M8YHnxYNnDhN6f5FK
$ python cli.py createwallet
Your new address: 15zBUPbr2B4JMcQHg6oJ8DYQi4t7RN1gWb
$ python cli.py send --from 17Y288D5DnFwU6cj5M8YHnxYNnDhN6f5FK --to 15zBUPbr2B4JMcQHg6oJ8DYQi4t7RN1gWb --amount 6
Mining a new block
0005ec56906edfcc97a8b422cd6948e7a2b59cba89e9a253f75eeefb6755d6e9
Success!
$ python cli.py getbalance --address 17Y288D5DnFwU6cj5M8YHnxYNnDhN6f5FK
Balance of 17Y288D5DnFwU6cj5M8YHnxYNnDhN6f5FK
Todo
Thanks to liuchengxu