cardano-cli-lib
v1.0.1
Published
JS interface for Cardano-CLI
Downloads
5
Readme
cardano-cli-lib
NOT UPDATED YET
JOIN THE COMMUNITY ON DISCORD
https://discord.gg/JgQ7aR8nuS
Build and run for dev
First, make sure Cardano-Node is running and cardano-cli is accessible
npm install
npm run dev
Build for production
Run the following command under the root directory of the project:
npm run build
Directories & files required for running the NodeJS app
build
public
.docker.env.prod
.env.local
.env.production
DockerFile
docker-compose-prod.yml
next-env.d.ts
next.config.js
package.json
tsconfig.json
Download config files under /home/cardano/config/
Run the following command under the root directory of the project:
docker-compose -f docker-compose-prod.yml --env-file .docker.env.prod up --build -d