Skip to content

NEARwrite is an experimental note taking app storing notes with encryption on NEAR Protocol and IPFS

Notifications You must be signed in to change notification settings

sandoche/NEARwrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

NEARwrite

NEARwrite is an experimental note taking app storing notes with encryption on NEAR Protocol and IPFS

⚠️ We are currently usin near-sdk-js@next so we do not recommend to use this app in production

Requirements

  • near-cli npm install -g near-cli

Installation

cd app
npm install

cd ../contract
npm install

Development

Frontend

cd app
npm run dev

Smart contract

cd contract
npm run build
npm run deploy
near call $contract_id init --accountId $contract_id --deposit 0.1

About

NEARwrite is an experimental note taking app storing notes with encryption on NEAR Protocol and IPFS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published