Skip to content

LitPad/ICP_wallet

Repository files navigation

Litpad's ICP Wallet Repo

Commands

  1. Run build to install crates and build:
$ cargo build
  1. Start a local instance of the Internet Computer locally:
$ dfx start 
  1. Create the canister and obtain it's private key:
$ dfx canister create wallet
  1. Build the smart contract:
$ dfx build
  1. Deploy to the local running ICP:
$ dfx deploy

Note: Install wasm32 using:

$ rustup target add wasm32-unknown-unknown

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published