Skip to content

adosia/Adosia.Market-TX-Builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adosia.Market-TX-Builder

This service runs a full cardano-node wrapped with a custom API, which builds transactions in CDDL format for interactions on https://adosia.market marketplace smart contract and lite wallets.

Prerequisite

  • Linux OS
  • Make
  • Git
  • Docker / Docker-Compose

Local Install

  • Open terminal and type cd $HOME/Desktop
  • Clone repo git clone [email protected]:adosia/Adosia.Market-TX-Builder.git
  • Switch to repo dir cd $HOME/Desktop/Adosia.Market-TX-Builder
  • Copy docker/.env.example as docker/.env
  • Copy application/.env.example as application/.env
  • Run make buid to build & start the containers
  • Application should be running locally at http://0.0.0.0:8030

Available Make Commands

  • make build Rebuild all docker containers
  • make up Restart all docker containers
  • make down Shutdown all docker containers
  • make status View the status of all running containers
  • make logs View the logs out of all running containers
  • make shell Drop into an interactive shell inside adosia-market-tx-builder-web container
  • make stats View the resource usage of all running containers
  • make composer-install Runs composer install inside adosia-market-tx-builder-web container
  • make gLiveView Runs gLiveView.sh to view the status of cardano-node

About

Adosia.Market TX Builder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published