linuxpizi
linuxpizi
## 🚀 Feature 1. i want a easy way to create transaction, [not like create transaction must bind vm and ledger](https://github.com/AleoHQ/snarkOS/blob/testnet3/node/ledger/src/lib.rs), and then i can use snarkos beacon service rest...
## 🐛 Bug Report use this [snarkVM branch](https://github.com/AleoHQ/snarkVM/pull/1281/files) fork from [snarkVM feat/client](https://github.com/AleoHQ/snarkVM/tree/feat/client) and this [snarkOS branch](https://github.com/AleoHQ/snarkOS) run local beacon to test create transaction ## Steps to Reproduce 1. [update snarkos...
## Motivation now, when i use local beacon rest service test to get records and transafer, first i create a client like ```rust let client = Client::::new("http://127.0.0.1:3030")?; ``` but the...
## 🐛 Bug Report relation pr: #1281 now, when i use local beacon rest service test to get records and transafer, first i create a client like ```rust let client...