Coder Social home page Coder Social logo

Stacrypt

Stacrypt is a multi-cryptocurrency exchange.

Directory Structure

stacrypt
|-- documentation
|   |-- stacrypt-api-doc
|   `-- stacrypt-meta
|
|-- utility
|   |-- cryptodaemon
|   `-- bootstacrypt
|
|-- font-end
|   |-- stacrypt-web
|   |-- stacrypt-android (TODO)
|   `-- stacrypt-ios (TODO)
|
|-- services
|   |-- stawallet
|   |-- stemerald
|   |-- stexchange
|   |-- stauth (DEPRECATED)
|   `-- stamatcher (DEPRECATED)
|
|-- add-on services
|   |-- stariskless (TODO)
|   `-- stamaker (TODO)
|
|-- common
|   `-- stapi-common (DEPRECATED)
|
`-- admin
    `-- stawallet-web (TODO)

Repositories
stacrypt-api-doc
stacrypt-meta
cryptodaemon
bootstacrypt
stacrypt-web
stawallet
stemerald
stexchange

Technology Stack

Architecture:

Technology Development Deployment
OS Ubuntu Alpine + Ubuntu
Container (Docker) Docker
Cluster (Docker Compose) Kubernate
Secret Manager Vault Vault
Service Discovery Consul Consul
Broker ZooKeeper ZooKeeper

Backend:

Technology StaWallet StExchange StEmerald
Language Kotlin C Python
Framework Ktor network Restfulpy
API Json-RPC + REST Json-RPC + Websocket REST
Streaming - Kafka -
Database Xodus MySQL + REDIS REDIS
Database Migration - - Alembic

Frontend:

Technology Web Android iOS
Language Kotlin KotlinJS KotlinNative + Swift
Framework React Anko -
Interface Material Material Material
Build System Webpack Gradle -

Services

Stawallet

The main cryptocurrency wallet

RPC API
  • createPayment(): {address: String, data: String} Return an address and maybe a data to receive new cryptocurrency transaction. Usage is different per cryptocurrency. For example:
    • Bitcoin: Return a new address (without any data)
    • Ethereum: Return a new address (without any data)
    • Ripple: Return a static address and a new invoice_id
Rest API (Admin)
  • /wallets/{cryptocurrency_code} GET Returns the complete information about each wallet

  • /wallets/{cryptocurrency_code}/transactions GET

  • /wallets/{cryptocurrency_code}/addresses GET

Components

stawallet

The main cryptocurrency wallet

Inputs:
  • A synchronized daemon of each cryptocurrency
Cryptocurrency support:
  • Bitcoin: bitcoind
  • Litecoin: litecoind
  • Ethereum: geth
  • Ripple: rippled

stawallet-web

Web front-end of stawallet-server

Stacrypt's Projects

bootstacrypt icon bootstacrypt

Bootstrap of the Stacrypt exchange, using Docker compose

cryptodaemon icon cryptodaemon

Collection of all official cryptocurrencies daemons by Docker-Compose

indicatorseekbar icon indicatorseekbar

A custom SeekBar on Android, which can be changed the size ,color , thumb drawable , tick drawable , tick text and indicator , also , will show an indicator view with progress above SeekBar when seeking. https://github.com/warkiz/IndicatorSeekBar

jetcloud icon jetcloud

Jetbrains Cloud Foundation (Hub + YouTrack + UpSource + TeamCity)

klinechart icon klinechart

Android仿火币K线图实现(包含MA,BOLL,MACD,KDJ,RSI,WR指标)

prettypersiannumbers icon prettypersiannumbers

PrettyPersianNumbers is an android library for converting a number to word for Persian/Farsi language written in Kotlin

sqlalchemy-media icon sqlalchemy-media

Another attachment extension for SqlAlchemy to manage assets which are associated with database models but you don't want to store them into the database

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.