An open API service indexing awesome lists of open source software.

https://github.com/0xjonaseb11/icp.init.boilerplate

ICP Building | DApp boilerplate
https://github.com/0xjonaseb11/icp.init.boilerplate

blockchain dfx icp motoko protocols reactjs web3

Last synced: 5 months ago
JSON representation

ICP Building | DApp boilerplate

Awesome Lists containing this project

README

          

# icp.init.boilerplate

## About
A Decentralized application built on `Internet Computer Protocol` | Boilerplate

### Getting started

#### Installation
```sh
mkdir react-project
cd react-project
npx degit rvanasa/vite-react-motoko react-project

## start a local replica using `dfix`command
dfx start --clean --background

## Setup the project with npm
npm run setup
```

-----------

@0xJonaseb11