Skip to content

ReCheck-io/datapond-storage-canister

Repository files navigation

Datapond Storage

Setup

  1. Install DFINITY SDK using the following command:
  DFX_VERSION=0.15.2 sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
  1. Add DFINITY to your PATH variables by appending the following line to your .bashrc:
  echo 'export PATH="$PATH:$HOME/bin"' >> "$HOME/.bashrc"
  1. Start the DFINITY local environment in the background:
  dfx start --background
  1. Install project dependencies:
  npm install
  1. Make the deployment script executable:
  chmod +x ./deploy.sh
  1. Run the deployment script to build, deploy, and initialize canisters:
  ./deploy.sh --service-id '<YOUR_PRINCIPLE_HERE>'

Note: This process may take some time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published