You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
arnaucube 0cf1ed217b Abstract TxProcessor from StateDB 3 years ago
..
README.md Swagger Review 3 years ago
account.go Fix API nonces 3 years ago
account_test.go Fix inconsistency between api doc and code: hermezEthereumAddress => hezEthereumAddress 3 years ago
accountcreationauths.go Update AccountCreationAuth & fix auth.HashToSign 3 years ago
accountcreationauths_test.go Account API 3 years ago
api.go Update AccountCreationAuth & fix auth.HashToSign 3 years ago
api_test.go Abstract TxProcessor from StateDB 3 years ago
aux_test.go Improve swagger doc 3 years ago
batch.go Wrap all errors with tracerr 3 years ago
batch_test.go Add forged txs in batch endpoints response 3 years ago
bids.go Refactor api pagination 3 years ago
bids_test.go Fix errors when fromItem is not provided 3 years ago
config.go Update AccountCreationAuth & fix auth.HashToSign 3 years ago
config_test.go Update AccountCreationAuth & fix auth.HashToSign 3 years ago
coordinator.go Add bootCoord to coord table, get coord by forgerAddr 3 years ago
coordinator_test.go Add bootCoord to coord table, get coord by forgerAddr 3 years ago
docker-compose.yml Add GET histroy-transactions endpoint 3 years ago
exits.go Refactor api pagination 3 years ago
exits_test.go Fix inconsistency between api doc and code: hermezEthereumAddress => hezEthereumAddress 3 years ago
handlers.go Wrap all errors with tracerr 3 years ago
parsers.go Add bootCoord to coord table, get coord by forgerAddr 3 years ago
parsers_test.go mv of babyjub.PublicKey to babyjub.PublicKeyComp 3 years ago
run.sh Add struct get state endpoint 3 years ago
slots.go Fix errors when fromItem is not provided 3 years ago
slots_test.go Fix errors when fromItem is not provided 3 years ago
state.go Update synchronizer and DB with last contracts updates 3 years ago
state_test.go Update API with new buckets synchronization 3 years ago
swagger.yml Merge pull request #411 from hermeznetwork/feature/forged-txs-in-batchesapi 3 years ago
token.go Refactor api pagination 3 years ago
token_test.go Fix errors when fromItem is not provided 3 years ago
txshistory.go Refactor api pagination 3 years ago
txshistory_test.go Fix inconsistency between api doc and code: hermezEthereumAddress => hezEthereumAddress 3 years ago
txspool.go Parametrize ChainID 3 years ago
txspool_test.go mv of babyjub.PublicKey to babyjub.PublicKeyComp 3 years ago

README.md

Hermez API

Easy to deploy and scale API for Hermez operators. You will need to have docker and docker-compose installed on your machine in order to use this repo.

Documentation

As of now the documentation is not hosted anywhere, but you can easily do it yourself by running ./run.sh doc and then opening the documentation in your browser

Mock Up

To use a mock up of the endpoints in the API run ./run.sh doc (UI + mock up server) or ./run.sh mock (only mock up server). You can play with the mocked up endpoints using the web UI, importing swagger.yml into Postman or using your preferred language and using http://localhost:4010 as base URL.

Editor

It is recomended to edit swagger.yml using a dedicated editor as they provide spec validation and real time visualization. Of course you can use your prefered editor. To use the editor run ./run.sh editor and then opening the editor in your browser. Keep in mind that you will need to manually save the file otherwise you will lose the changes you made once you close your browser seshion or stop the server.

Note: Your browser may cache the swagger definition, so in order to see updated changes it may be needed to refresh the page without cache (Ctrl + Shift + R).