Skip to content

Arvmor/BE-ETHERFI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

https://ether.fi backend interview - Assignment

Docker:

docker build -t backend . && docker run --workdir=/app --runtime=runc -p 1337:1337 -d backend:latest

OR

Rust

cargo run

& built-in rust test cases

cargo test

Docs

Check out /docs for API Documentation

Endpoint

URL: http://localhost:1337