The Oiriginal project is from litmus-Zhang
/**
{ "test": "yarn asp -f unit.spec",
"build": "asb --target debug",
"build:release": "asb",
"asp": "asp --verbose --nologo",
}
**/
For the project run the following via near-cli:
npm install -- to deploy the node_modules and dependencies for near-sdk.as
yarn install(to instal missing dependencies in the project for the build process)
yarn run build(for windows OS)
then deploy contract via near-cli command
e.g near deploy --accountId=.testnet --wasmFile=build/debug/near-marketplace-contract.wasm"
This is an ecommerce dapp built on NEAR blockchain, where anyone can add product to sell, and also get paid directly to their account
Link to demo: https://litmus-zhang.github.io/near-marketplace/