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.
- Linux OS
- Make
- Git
- Docker / Docker-Compose
- 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
asdocker/.env
- Copy
application/.env.example
asapplication/.env
- Run
make buid
to build & start the containers - Application should be running locally at
http://0.0.0.0:8030
make build
Rebuild all docker containersmake up
Restart all docker containersmake down
Shutdown all docker containersmake status
View the status of all running containersmake logs
View the logs out of all running containersmake shell
Drop into an interactive shell inside adosia-market-tx-builder-web containermake stats
View the resource usage of all running containersmake composer-install
Runscomposer install
inside adosia-market-tx-builder-web containermake gLiveView
RunsgLiveView.sh
to view the status of cardano-node