-
Updated
Dec 17, 2021 - C++
bitcoin-script
Here are 32 public repositories matching this topic...
-
Updated
Aug 13, 2021 - Java
-
Updated
Oct 6, 2021 - Rust
Currently defining a variable is
<Typ> name = expression;
This can be non-obvious to developers who are used to keywords before declaring variables. Also in CashScript variables can be reassigned.
For that reason this ticket is to add support for let and const. Their functionality would be inline with other mainstream languages.
let would be for variables which can be
-
Updated
Dec 7, 2021
-
Updated
Jan 2, 2021 - Ruby
-
Updated
Sep 2, 2021 - Jupyter Notebook
-
Updated
Jul 12, 2021 - Jupyter Notebook
-
Updated
Dec 17, 2021 - Go
-
Updated
Nov 25, 2021 - Python
-
Updated
Aug 11, 2021 - Forth
-
Updated
Feb 7, 2019
-
Updated
Oct 6, 2021 - TeX
-
Updated
Oct 3, 2021 - C#
-
Updated
Jan 28, 2021 - PHP
For people looking to understand or try the tools (or just those wanting to understand how the tool works), provide the ability to use sample values.
Instead of loading the page with default values, we could add a "Show example" button somewhere on each page that fills out the fields and show how it's used.
-
Updated
Dec 25, 2019 - JavaScript
-
Updated
Feb 26, 2017 - TypeScript
-
Updated
Apr 29, 2020 - Go
-
Updated
Sep 4, 2018
-
Updated
Feb 10, 2021 - Go
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Sep 29, 2019 - Jupyter Notebook
-
Updated
Jul 17, 2018 - C++
-
Updated
Apr 20, 2017 - Python
-
Updated
Jun 23, 2019 - Rust
Improve this page
Add a description, image, and links to the bitcoin-script topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bitcoin-script topic, visit your repo's landing page and select "manage topics."
It would be useful to have a way to generate
PrivateKeys (and their extended version) from a secure source of entropy.