]> Untitled Git - bitcoindevkit.org/commit
Update the playground to the latest bdk-cli
authorDaniela Brozzoni <danielabrozzoni@protonmail.com>
Wed, 7 Sep 2022 10:44:31 +0000 (12:44 +0200)
committerDaniela Brozzoni <danielabrozzoni@protonmail.com>
Thu, 6 Oct 2022 11:18:06 +0000 (12:18 +0100)
commitc0bc3ff47845252384c6cb124dd7263f57714cd3
tree305a4ddae05c6dfec80b431c9ce07b042f811edb
parentd97fc790914fe6bdc49ecc5b6a7e0f0928a3d642
Update the playground to the latest bdk-cli

Remove all the rust code from the playground, instead use the
bdk-cli "wasm" module.
Update the js code to use bdk-cli instead of the utilities
that were previously under src/
Update the README with instructions on how to compile the playground
Fixes #111
24 files changed:
playground/.gitignore
playground/Cargo.toml [deleted file]
playground/README.md
playground/index.html [new file with mode: 0644]
playground/package-lock.json [new file with mode: 0644]
playground/package.json [new file with mode: 0644]
playground/src/blockly.js [new file with mode: 0644]
playground/src/blockly_storage.js [new file with mode: 0644]
playground/src/bootstrap.js [new file with mode: 0644]
playground/src/index.js [new file with mode: 0644]
playground/src/lib.rs [deleted file]
playground/src/utils.rs [deleted file]
playground/webpack.config.js [new file with mode: 0644]
playground/www/.bin/create-wasm-app.js [deleted file]
playground/www/.gitignore [deleted file]
playground/www/README.md [deleted file]
playground/www/index.html [deleted file]
playground/www/package-lock.json [deleted file]
playground/www/package.json [deleted file]
playground/www/src/blockly.js [deleted file]
playground/www/src/blockly_storage.js [deleted file]
playground/www/src/bootstrap.js [deleted file]
playground/www/src/index.js [deleted file]
playground/www/webpack.config.js [deleted file]