https://github.com/kadena-io/ipfs-pact-tutorial
https://github.com/kadena-io/ipfs-pact-tutorial
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kadena-io/ipfs-pact-tutorial
- Owner: kadena-io
- Created: 2019-04-25T15:40:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T17:05:05.000Z (about 6 years ago)
- Last Synced: 2024-11-11T08:40:49.924Z (6 months ago)
- Language: JavaScript
- Size: 341 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Pact Smart Contract Language IPFS demo
A simple IPFS file sharing web application with Kadena PACT Smart Contracts.
## Setup
- Install Docker (for Windows)
- Install Node
- Install Pact (for macOS and Linux)
- Install yarn package manager## Starting the Project
### For Windows
1. Navigate into ipfs-pact-tutorial directory and go into DockerFiles folder,
right click doc.ps1 file and choose "Run with PowerShell" option.2. In ipfs-pact-tutorial directory run:
$ yarn install
$ npm start
### For macOS and Linux$ cd pact
$ ./runpactserver.sh# run on a new terminal
$ cd pact
$ ./initchain.sh
# run on a new terminal
$ yarn install
$ npm start