Skip to content

PAAS to provide classified Cardano smart contracts for distinct use case dApps. Free and open source services.

Notifications You must be signed in to change notification settings

saigonbitmaster/paas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployed staging urls

Paas App
dApp Examples
Smart Contracts APIs

Install & run dev

git clone https://github.com/saigonbitmaster/paas

cd paas
add .env file for frontend Apps:
REACT_APP_LOGIN_URL=http://localhost:3000/auth/login
REACT_APP_API_URL=http://localhost:3000


add .env file for backend API:
#Mongo
DATABASE_HOST=localhost
DATABASE_PORT=27017
DATABASE_ACCOUNT=admin
DATABASE_PASSWORD=****
#GitHub
GITHUB_TOKEN=****

cd paas
yarn
yarn build-lib
yarn api
yarn cms
yarn web

Build & run app

git clone https://github.com/saigonbitmaster/paas
cd paas
export NODE_OPTIONS="--max-old-space-size=8192"
yarn
yarn build-lib
yarn build-api
yarn build-cms
yarn build-web

change the API urls for frontend

modify .env file variables reflect the login and API urls.

smart contract repo

Smart Contracts repo

About

PAAS to provide classified Cardano smart contracts for distinct use case dApps. Free and open source services.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages