JeChain
blockchain
JeChain | blockchain | |
---|---|---|
2 | 26 | |
233 | 222 | |
- | 0.5% | |
6.0 | 5.1 | |
3 months ago | 10 months ago | |
JavaScript | Ruby | |
GNU General Public License v3.0 only | Creative Commons Zero v1.0 Universal |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
JeChain
-
Build a p2p network and release your cryptocurrency
The full source code used in this article can be found in this Github repo. Or here with JeChain.
-
Creating a blockchain in 60 lines of Javascript
You can get the full source code here.
blockchain
- abi2ruby (ruby gem) - generate ready-to-use (blockchain) contract services / function calls for ethereum & co. via application binary inferfaces (abis)
- abidump (ruby gem) - command-line tool to dump / pretty print or (re)format application binary interfaces (abi) for Ethereum & Co.
- abi2sol (ruby gem) - command-line tool for application binary interface (abi) to solidity (contract) source code generation for Ethereum & Co.
- ethlite-contracts (ruby) gem - ready-to-use (blockchain) contract services / function calls for ethereum & co
- solidity (ruby) gem - (fuzzy) parser for (crypto) contracts for ethereum & co.
-
Selling Digital Art - Ownership Certified - Without [Non-Fungible] Tokens and Blockchains? No transaction gas fees. No crytpo tokens required. No gatekeepers. Possible?
PPS: I personally am more a fan of "yes, you can - do-it-yourself" and would recommend "more modern" crypto(graphic) signatures using Elliptic Curves using the OpenSSL library (& tool). See elliptic to get started.
-
elliptic-lite gem - elliptic curve cryptography from scratch / zero - start with finite fields, add elliptic curve points and point addition and scalar multiplications, add the elliptic curve digital signature algorithm (ECDSA) using the secp256k1 curve / group to sign and verify messages and more
I've put together elliptic-lite - a little gem for programming elliptic curve cryptography from scratch / zero. Start with finite fields, add elliptic curve points and point addition and scalar multiplications, add the elliptic curve digital signature algorithm (ECDSA) using the secp256k1 curve / group to sign and verify messages and more.
- New Dodge (Ð) Examples Using the crypto-lite Gem (Derive the Public Key from the Private Key, Generate the Dodge Address from the (Elliptic Curve) Public Key) - Much Wow!
What are some alternatives?
blockchain - A simple Blockchain in Python
awesome-cryptopunks-bubble - Awesome Matt & John's® Punks Bubble (Anno 2021) - Modern 24x24 Pixel Crypto Art on the Blockchain since 2017 - 10 000 Unique Collectible Characters Generated Algorithmically ++ Bonus: Inside the Matt & John's® CryptoPunksMarket Contract Service And More [UnavailableForLegalReasons - Repository access blocked]
floppsy - :baby_chick: floppsy - SMHasher-passing 200Mb/s hash using floating-point ops
git - git (and github) & monorepo / mono source tree command line tools, libraries & scripts
ScatterDesktop - Connect to applications on EOS, Ethereum, and Tron. Exchange tokens with ease. Manage your assets safely. All in a simple to use interface.
programming-crypto-contracts - Programming Crypto Blockchain Contracts Step-by-Step Book / Guide. Let's Start with Ponzi & Pyramid Schemes. Run Your Own Lotteries, Gambling Casinos and more on the Blockchain World Computer...
ethdev-diary - It will help you to be a Ethereum developer from nothing. I will record every learning sources and code I write until I get a paid job with it.
ynab-bank-importer - 💰 Pull transactions from your bank and import them to YNAB automatically.
awesome-blockchains - A collection about awesome blockchains - open distributed public databases w/ crypto hashes incl. git ;-). Blockchains are the new tulips :tulip::tulip::tulip:. Distributed is the new centralized.
programming-cryptocollectibles - Crypto Collectibles Series. Programming CryptoKitties & Copycats Step-by-Step Book / Guide. Inside Unique Bits & Bytes on the Blockchain...
noble-hashes - Audited & minimal JS implementation of hash functions, MACs and KDFs.