All Projects → kiyoaki → Autotrader

kiyoaki / Autotrader

Licence: mit
The sample of BTC FX trading software for bitFlyer.

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Autotrader

Programmingblockchain
Stars: ✭ 518 (+5655.56%)
Mutual labels:  bitcoin, dotnet-core
Mysqlconnector
Async MySQL Connector for .NET and .NET Core
Stars: ✭ 942 (+10366.67%)
Mutual labels:  dotnet-core
Bitcoin Donate
Add simple donate buttons to any website
Stars: ✭ 24 (+166.67%)
Mutual labels:  bitcoin
Lnd Grpc Client
A python grpc client/async client for LND ⚡⚡⚡
Stars: ✭ 26 (+188.89%)
Mutual labels:  bitcoin
Unilinks
Plataforma para encontrar os links das aulas virtuais gravadas.
Stars: ✭ 25 (+177.78%)
Mutual labels:  dotnet-core
Multy Back
Back-end of the Multy - mobile multy-blockchain wallet.
Stars: ✭ 26 (+188.89%)
Mutual labels:  bitcoin
Cqrslite
A lightweight framework to help creating CQRS and Eventsourcing applications in C#
Stars: ✭ 925 (+10177.78%)
Mutual labels:  dotnet-core
Token Core Ios
a blockchain private key management library on iOS
Stars: ✭ 850 (+9344.44%)
Mutual labels:  bitcoin
Awesome Blockchain
⚡️Curated list of resources for the development and applications of blockchain.
Stars: ✭ 937 (+10311.11%)
Mutual labels:  bitcoin
Crypto Supplies
Cryptocurrency circulating, maximum and total supplies
Stars: ✭ 26 (+188.89%)
Mutual labels:  bitcoin
Lnbook
Mastering the Lightning Network (LN)
Stars: ✭ 931 (+10244.44%)
Mutual labels:  bitcoin
Pieshopcore
A simple pie shopping management system using ASP.NET CORE MVC application
Stars: ✭ 25 (+177.78%)
Mutual labels:  dotnet-core
Lettuceencrypt
Free, automatic HTTPS certificate generation for ASP.NET Core web apps
Stars: ✭ 939 (+10333.33%)
Mutual labels:  dotnet-core
Builderhmi.lite
.NET Core WPF UI design as quick and intuitive as WinForms! Did you hear that MICROSOFT??
Stars: ✭ 25 (+177.78%)
Mutual labels:  dotnet-core
Raspibolt
Bitcoin & Lightning full node on a Raspberry Pi
Stars: ✭ 842 (+9255.56%)
Mutual labels:  bitcoin
Realm Dotnet
Realm is a mobile database: a replacement for SQLite & ORMs
Stars: ✭ 927 (+10200%)
Mutual labels:  dotnet-core
Awesome Dotnet Core
.NET Core库、工具、框架和软件的中文收录大全。 内容包括:库、工具、框架、模板引擎、身份认证、数据库、ORM框架、图片处理、文本处理、机器学习、日志、代码分析、教程等。
Stars: ✭ 929 (+10222.22%)
Mutual labels:  dotnet-core
Ipchain
IPChain Core Wallet
Stars: ✭ 26 (+188.89%)
Mutual labels:  bitcoin
Weixinmpsdk
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Stars: ✭ 7,098 (+78766.67%)
Mutual labels:  dotnet-core
Jekyll Paspagon
Sell your Jekyll blog posts in various formats for cryptocurrencies.
Stars: ✭ 8 (-11.11%)
Mutual labels:  bitcoin

AutoTrader

The sample of BTC FX trading software for bitFlyer.

Getting Started

Download and install .NET SDK

To start building .NET Core apps, you just need to download and install .NET SDK. https://www.microsoft.com/net/learn/get-started/windows

Create release build

In AutoTrader.csproj directory, execute this command.

dotnet publish -f netcoreapp2.0 -c Release

Execute application

dotnet bin\Release\netcoreapp2.0\AutoTrader.dll -b {order btc} -k {key} -s {secret}

  -b, --betting    (Default: 1) Betting BTC amount for orders.

  -k, --key        Required. bitFlyer API Key.

  -s, --secret     Required. bitFlyer API Secret.

  --help           Display this help screen.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].