Skip to content

This API simulates a blockchain and the transactions it requieres with endpoints made with the DRF

Notifications You must be signed in to change notification settings

manuelf18/blockchain-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

blockchain

Instalation

  1. Set virtual env.
virtualenv env
source env/bin/activate
  1. Install dependencies
pip install django
pip install djangorestframework
pip install django-rest-swagger

Trying the API

get the full list of allowed endpoints in localhost:8000/docs

About

This API simulates a blockchain and the transactions it requieres with endpoints made with the DRF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages