cd contract
Setup the env
Rust : https://www.rust-lang.org/tools/install
Substrate : https://docs.substrate.io/v3/getting-started/installation/#manual-installation
Ink! : https://paritytech.github.io/ink-docs/getting-started/setup
wasm : https://github.com/WebAssembly/binaryen#tools
For Api(s)
Run npm install to install dependencies
Set up the postgres database under the databasae/config
run the npx sequelize-cli db:migrate to setup the migrations under database folder
Run node index.js to start the node js server