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

https://github.com/octalmage/dfinity-guestbook

A retro 90's style Web3.0 guestbook built on DFINITY.
https://github.com/octalmage/dfinity-guestbook

dfinity icp

Last synced: 2 months ago
JSON representation

A retro 90's style Web3.0 guestbook built on DFINITY.

Awesome Lists containing this project

README

          

# Internet Computer Guestbook

A retro 90's style Web3.0 guestbook built on [Internet Computer](https://dfinity.org/).

## Requirements

Install the beta version of the DFINITY Canister SDK

```
sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
```

## Usage

Install dependencies:

```
yarn
```

Start the backend:

```
dfx start --background
dfx canister create --all
dfx build
dfx canister install --all
```

Start the frontend:

```
yarn dev
```

## References

* [ic-starter-templates](https://github.com/MioQuispe/ic-starter-templates)
* [Journey](https://github.com/hansl/journey)
* [superheros](https://github.com/enzoh/superheroes)
* [github-guestbook](https://github.com/victoriadrake/github-guestbook)

## License

MIT