- install dfx
- install plug wallet extension
- install npm
- install cargo
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
- install wasm
rustup target add wasm32-unknown-unknown
dfx start --clean
- clone repo
git clone
- go to directory
cd creditopia
npm install
cargo build
./scripts/setup.sh
don't forget to change mode withchmod +x [filename]
dfx deploy
npm run start
for frontend