Milad Raeisi

Results 15 comments of Milad Raeisi

I found out you can actually set up your own IPFS node using Docker, which makes it surprisingly easy. Think of Docker like a magic box that lets you run...

1. **Install Docker**: First things first, make sure you have Docker installed on your computer. Docker lets you run applications in isolated environments called containers. 2. **Pull the IPFS Docker...

Great work! I admire your perseverance. Could you please share your code on GitHub [here](https://github.com/block-core/blockcore-notes/blob/main/src/app/services/upload.ts) and specify that uploading files to IPFS requires running the IPFS in Docker first? Additionally,...

It is not complete yet and I need to update nostr-tools and I am updating the previous codes. I know it is very difficult but I have to do it....

hi @Seanxwy for get balance of wallet you must use this code : ``` IServiceCollection services = new ServiceCollection(); services.AddTronDotNetCore(x => { x.Network = TronDotNetCorework.MainNet; x.Channel = new GrpcChannelOption {...