Add CHISEL project details to projects.yml#285
Open
johnrigler wants to merge 1 commit intoRavenProject:masterfrom
Open
Add CHISEL project details to projects.yml#285johnrigler wants to merge 1 commit intoRavenProject:masterfrom
johnrigler wants to merge 1 commit intoRavenProject:masterfrom
Conversation
Added CHISEL project with description and project sites.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Chisel is built using a web3/vanillaJS approach that means it doesn't need to be hosted on a server in order to handle WIF keys and sign Ravencoin transactions. It uses "elliptic" and other packages. The sample program accepts a private key and then creates, signs and sends a small test transaction that returns all change to the address of origin.
The goal is to position Ravencoin as a Web3 data hub. Transactions can include OP_RETURN data, an IPFS link, or an Asset name. This effort also includes various tools including a special python server proxy that exposes a small subset of server functionality directly to the client. My hope is to encourage others to also run these servers to allow the tool to be more robust and portable. I SUPPORT ONLY PROMOTING TRANSACTIONS THAT INCLUDE A FEE, BUT DO NOT DO THAT TODAY. My site is currently free, but I believe that paying for redundancy would be worth it.
I am a decentralization fanatic and believe this tool can be using with many currencies, such is Bitcoin (for ordinal creation), BSV (to exploit its enormous OP_RETURN field), and in this case the really leverage the advanced indexing which was created by the Ravencoin team.
This is not intended to be a final customer-facing product, but a small set of powerful infrastructure solutions.