Skip to content

Instantly share code, notes, and snippets.

@thesimplekid
thesimplekid / installingKer
Last active October 11, 2020 22:58
python kernals
create Pipenv
run:
pipenv install ipykernel
then:
python -m ipykernel install --user --name <whatevername>
then:
docker system prune
docker container ls -a
docker container prune
docker volume prune && docker container prune && docker image prune -a && docker system prune --volumes
docker image prune -a
docker image prune -a && docker system prune --volumes
docker stop flask nginx mysql mysql_admin && docker volume prune && docker container prune && docker image prune -a && docker system prune --volumes && docker-compose up -d

Keybase proof

I hereby claim:

  • I am thesimplekid on github.
  • I am thesimplekid (https://keybase.io/thesimplekid) on keybase.
  • I have a public key whose fingerprint is 4600 F3AF CF24 258D 43B2 4976 222D 2350 F2D4 87BF

To claim this, I am signing this object:

Verifying that I control the following Nostr public key: npub1qjgcmlpkeyl8mdkvp4s0xls4ytcux6my606tgfx9xttut907h0zs76lgjw

Application for Spiral Developer Grant to Work on Cashu Development Kit

 

The Cashu Development Kit (CDK) is designed to be a lightweight, flexible, and secure Software Development Kit (SDK) that allows developers to create Cashu applications without having to implement the Cashu protocol themselves. CDK will be written in Rust to harness the security and performance advantages of the language, as well as to ensure compatibility with a wide range of platforms. Additionally, the library will provide support for multiple programming languages through Foreign Function Interface (FFI) bindings to the native Rust core. CDK would enable mobile wallets and mints to share the same codebase. Mobile wallets could integrate the Rust codebase directly or via FFI bindings, this would enable the development of cross-platform Cashu wallets and mints, without the developer having to build Cashu internals.