Release Notes
🚀 Features
- Low-level tx builder with invoke examples (#45)
- Introduce
wallet utxoscommand (#47) - Support profile flag for invoke command
🚜 Refactor
- Use TII format for invoke command (#49)
📚 Documentation
- Add examples (#46)
⚙️ Miscellaneous Tasks
- Update deps across the board (#48)
Install cshell 0.13.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/cshell/releases/download/v0.13.0/cshell-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/cshell/releases/download/v0.13.0/cshell-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install txpipe/tap/cshellInstall prebuilt binaries into your npm project
npm install @txpipe/cshell@0.13.0Download cshell 0.13.0
| File | Platform | Checksum |
|---|---|---|
| cshell-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| cshell-x86_64-pc-windows-msvc.tar.gz | x64 Windows | checksum |
| cshell-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| cshell-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |