You can view the demo of the application here: https://youtu.be/yu3YJWRgtPw
You can view the slide deck regading this project here: https://docs.google.com/presentation/d/1-Z0LsOT9v0ru1i_zTkUEZIljYrsm730bRdfQk9pz92k/edit?usp=sharing
Front-end of the application is built using React and the backend is NEAR Smart Contracts built using Rust.
Click here to view other screenshots of our application!
cd contracts- Create Account
./scripts/create-account.sh your-account.testnet- Deploy Contract
./scripts/deploy.sh nft.your-account.testnet- Initialize Default Contract
./scripts/initialise-default-contract.sh nft.your-account.testnet your-account.testnetNode Version Used: v14.17.3 NPM Version Used: 8.3.2
git clone https://github.com/thawalk/VeryNear.git
cd VeryNearThe Front-end application (which is built with React.js) is located under the src folder in the directory.
- Install dependencies
npm install- Start application
npm run dev


