Skip to content

Instantly share code, notes, and snippets.

@AnthonyAkentiev
Last active July 23, 2016 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnthonyAkentiev/9cf07b8c89a7ed628605798046edee55 to your computer and use it in GitHub Desktop.
Save AnthonyAkentiev/9cf07b8c89a7ed628605798046edee55 to your computer and use it in GitHub Desktop.

PhoenixToken Ethereum Backend

Описание

Модуль PhoenixToken Ethereum Backend позволяет работать с валютой Ethereum и умными контрактами: подключаться к сети Ethereum, обменивать валюты, создавать свои собственные токены, вести кошельки пользователей, управлять ключами от аккаунтов. Модуль представляет собой отдельное решение, которое можно использовать через API с любого "сайта" или программы. Весь исходный код будет доступен после завершения проекта.

Functional Requirements

  • Exchange currency
  • Create custom tokens
  • Create new ETH/token wallets for a user
  • Control user ETH/token wallets
  • Mine (i.e. connect with Ethereum blockchain)
  • Provide REST-ful API
  • Callback support - call client when transaction is sent

Non-Functional Requirements

  • Performance: good
  • Language/framework: Node.JS

Extra needs:

  • UseCases/UserStories development
  • Docker/lxc deployment + Codeship Continuous Delivery + AWS compliant + github + documentation + wiki + FAQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment