All Projects → Multy-io → Multy Back

Multy-io / Multy Back

Licence: other
Back-end of the Multy - mobile multy-blockchain wallet.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Multy Back

Exchangesharp
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
Stars: ✭ 489 (+1780.77%)
Mutual labels:  blockchain, ethereum, bitcoin
Blockchain Reading List
Blockchain Manchester Meetups, Talks and Reading List
Stars: ✭ 17 (-34.62%)
Mutual labels:  blockchain, ethereum, bitcoin
Btcpool Abandoned
backend of pool.btc.com
Stars: ✭ 541 (+1980.77%)
Mutual labels:  blockchain, ethereum, bitcoin
Node
Stampery API for NodeJS. Notarize all your data using the blockchain
Stars: ✭ 23 (-11.54%)
Mutual labels:  blockchain, ethereum, bitcoin
Awesome Blockchain
区块链白皮书、书籍、交易所、币种、自媒体等资源汇总 💯
Stars: ✭ 747 (+2773.08%)
Mutual labels:  blockchain, ethereum, bitcoin
Blockchainstore
💰 Retail Store that runs on Ethereum
Stars: ✭ 425 (+1534.62%)
Mutual labels:  blockchain, ethereum, bitcoin
Token Core Android
a blockchain private key management library on android
Stars: ✭ 613 (+2257.69%)
Mutual labels:  blockchain, ethereum, bitcoin
Ethlist
The Comprehensive Ethereum Reading List
Stars: ✭ 3,576 (+13653.85%)
Mutual labels:  blockchain, ethereum, bitcoin
Rotki
A portfolio tracking, analytics, accounting and tax reporting application that protects your privacy
Stars: ✭ 689 (+2550%)
Mutual labels:  blockchain, ethereum, bitcoin
Blockchain guide
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
Stars: ✭ 5,897 (+22580.77%)
Mutual labels:  blockchain, ethereum, bitcoin
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+3450%)
Mutual labels:  blockchain, ethereum, bitcoin
Awesome Cryptoeconomics
An awesome curated list of Cryptoeconomic research and learning materials
Stars: ✭ 763 (+2834.62%)
Mutual labels:  blockchain, ethereum, bitcoin
Ethereumkit
EthereumKit is a free, open-source Swift framework for easily interacting with the Ethereum.
Stars: ✭ 400 (+1438.46%)
Mutual labels:  blockchain, ethereum, bitcoin
Simcoin
Blockchain simulation framework with Docker and Python.
Stars: ✭ 470 (+1707.69%)
Mutual labels:  blockchain, ethereum, bitcoin
Unchained
My personal study of blockchain related technology.
Stars: ✭ 379 (+1357.69%)
Mutual labels:  blockchain, ethereum, bitcoin
Awesome Blockchain Articles
A collection of awesome blockchain articles. Good learning resources about blockchain.
Stars: ✭ 552 (+2023.08%)
Mutual labels:  blockchain, ethereum, bitcoin
Cryptolist
Curated collection of blockchain & cryptocurrency resources.
Stars: ✭ 3,501 (+13365.38%)
Mutual labels:  blockchain, ethereum, bitcoin
Squeezer
Squeezer Framework - Build serverless dApps
Stars: ✭ 3,242 (+12369.23%)
Mutual labels:  blockchain, ethereum, bitcoin
Wallet Core
Cross-platform, cross-blockchain wallet library.
Stars: ✭ 657 (+2426.92%)
Mutual labels:  blockchain, ethereum, bitcoin
Blockchain
Compilation of useful documents and scientific papers about Blockchain & cryptocurrencies.
Stars: ✭ 751 (+2788.46%)
Mutual labels:  blockchain, ethereum, bitcoin

Build Status Docker images: https://hub.docker.com/r/multyio/multy-back/tags/

Multy-back

Back end server for Multy application

Usage Instructions

In all cases you would like to set configuration parameters in multy.config file with addresses, passwords, tokend and other settings. Note, that configuration file must be located in the same directory as the binary file.

From source

For building Multy-back, in Multy-back directory run:

make all-with-deps

After that in cmd directory binary file with name multy should appear.

To run a server:

make run

Notice, that program uses NSQ, MongoDB and BTC RPC API. You should install and run it by yourself.

From docker-compose

In docker-compose file (multy-back service) set volumes: multy.config and rpc.cert (for btc node).

If you want to use btc node from docker container, uncomment btcd-testnet part o fdocker-compose file and set its address in BTCNodeAddress field in cmd/multy.config.

To run a server:

docker-compose up

API

For API documentation, see https://godoc.org/github.com/Multy-io/Multy-back

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].