Skip to content

This is an ecommerce dapp built on NEAR blockchain, where anyone can add product to sell, and also get paid directly to their account

Notifications You must be signed in to change notification settings

Wanderi55/Near-Submission-Zhang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Near-Submission

The Oiriginal project is from litmus-Zhang

The project is the basic market-place app

There were missing scripts on the package.json --- Now added

/**

{ "test": "yarn asp -f unit.spec",

"build": "asb --target debug",

"build:release": "asb",

"asp": "asp --verbose --nologo",

}

**/

blank as-types.d.ts file fixed

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"

Earlier Notes from litmus-Zhang

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/

About

This is an ecommerce dapp built on NEAR blockchain, where anyone can add product to sell, and also get paid directly to their account

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published