ccxt-net / ccxt.net

CCXT.NET – CryptoCurrency eXchange Trading Library for .NET
MIT License
196 stars 67 forks source link

Bitstamp Sample example is missed , OdinSdk.BaseLib DLL doesn't exist for .Net Core #10

Closed mitnick2012 closed 4 years ago

mitnick2012 commented 4 years ago

hello , I'm struggling with the implementation of Bit stamp buy and sell API functions it doesn't work for me because I m working in .Net core environment and the version of this dll is .Net Framework can you please help me with that. thanks in advance

lisa3907 commented 4 years ago

ccxt.net is a netstandard DLL, so there is no problem using it with .net core.

mitnick2012 commented 4 years ago

hello thanks for replay, I tried to download the OdinSdk.BaseLib nugget inside a .Net core project but it doesn't work, and also if you can provide bitstamp simple example to do trading ( buy and sell) operations using this code. thanks

lisa3907 commented 4 years ago

retry this

Install-Package OdinSdk.BaseLib -Version 2.2.3