API backend for the hicetnunc.xyz NFT Art House deployed on the Tezos blockchain. Used in conjunction with hicetnunc-ui. This code has been tested with @nodejs 12.20.1 and @npm 6.14.10.
Please take a look at the issues list for contributions.
Licensed under MIT license.
Built with APIs from @Cryptonomic and @baking-bad.
npm install -g serverless@2.8.0
npm i
npm start
POST /feed :counter
POST /tz :tz
POST /objkt :objkt_id
POST /hdao :counter
Swagger docs generated using swagger-autogen. These allow you to test and view the API responses.
GET /docs
If you add or amend the API endpoints, please also update the swagger definitions, and regenerate the docs:
npm run swagger-autogen