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.
- Host: GitHub
- URL: https://github.com/octalmage/dfinity-guestbook
- Owner: octalmage
- Created: 2021-06-18T20:23:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T23:21:40.000Z (over 2 years ago)
- Last Synced: 2025-08-09T15:41:58.332Z (2 months ago)
- Topics: dfinity, icp
- Language: JavaScript
- Homepage: https://guestbook.computer
- Size: 71.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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