└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # awesome-truebit 2 | 3 | Link to [wiki](https://github.com/TruebitProtocol/awesome-truebit/wiki) 4 | 5 | Things not easy with EVM: 6 | * [Herumi BLS library](https://github.com/zippiehq/bls-wasm/commit/01e409438f6dced806b2f13422878132fa3c02aa): BLS12-381 signature verification ported to TrueBit 7 | * [QuickJS](https://github.com/zippiehq/quickjs-truebit): Proof of concept JavaScript interpreter on TrueBit - give it a single file main.js as input file 8 | 9 | Examples to illustrate a point: 10 | * [Simple Base64 decoding example](https://github.com/davidfsol5/base64/tree/webassembly): C++/STL example of a data processing task using IPFS for storage. 11 | * 12 | 13 | Helpful Utilities 14 | * [Truebit Scripts](https://github.com/Chaser0x/truebit-scripts) A collection of shell scripts associated with common actions in Truebit OS. 15 | * [Wasi-TrueBit](https://github.com/zippiehq/wasi-truebit) Scripts to build with a WASI environment instead for TrueBit 16 | --------------------------------------------------------------------------------