Skip to content

ResilientApp/Coinsensus-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coinsensus

Steps to run Coinsensus backend server:

Reference ResilientDB Blog - Getting Started With ResVault

  1. Run ResilientDB KV Service in the incubator-resilientdb repo with the following command: ./service/tools/kv/server_tools/start_kv_service.sh
  2. Start the Crow HTTP Service in the incubator-resilientdb-graphql repo with the following command: bazel-bin/service/http_server/crow_service_main service/tools/config/interface/client.config service/http_server/server_config.config
  3. Within the virtual environment, start the Python SDK GraphQL Server in the incubator-resilientdb-graphql repo with the following command: python3 app.py
  4. Within the virtual environment, start the Coinsensus Backend Python FastAPI server with the following command in the coinsensus-backend repo: python3 app/main.py

APIs exposed:

  • /api/users/createUser
  • /api/users/login
  • /api/users/getUser
  • /api/users/addFriend
  • /api/users/getFriends
  • /api/transactions/createTransaction
  • /api/transactions/getBalances
  • /api/transactions/getTransactionHistory

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages