Skip to content

DataSail: Cardano Smart Contracts dApp to Facilitate Privacy-focused User Data Exchange

License

Notifications You must be signed in to change notification settings

Varagos/data-sail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Install Docker

  2. Install Visual Studio Code

  3. Install "Remote Development" extension

  4. Click on the "Reopen in Container" button when opening the repo.

  5. This step is critical as all the code and updates should run into the code directory.

cd code
  1. Update all the dependencies required by Plutus.
cabal update
  1. Build all the dependencies required by Plutus.
cabal build all

After successfully running this command, you will see the system prompt back with no errors.

  1. cabal test all

  2. Build and load the browser extension

cd code/Draft/off-chain/extension

npm install

npm run start

# Load the build folder into chrome://extensions

Common Issues

  • node permission denied: Run chown -R root:root .

  • npm: cannot find module bootloader Disable autto-atach debugging

About

DataSail: Cardano Smart Contracts dApp to Facilitate Privacy-focused User Data Exchange

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published