https://github.com/fullstack-development/donat-pool-onchain
https://github.com/fullstack-development/donat-pool-onchain
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fullstack-development/donat-pool-onchain
- Owner: fullstack-development
- License: bsd-3-clause
- Created: 2022-12-27T05:38:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T08:50:44.000Z (over 2 years ago)
- Last Synced: 2025-01-16T00:57:36.940Z (about 1 year ago)
- Language: Haskell
- Size: 124 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# donat-pool-onchain
## Dev Notes
Install the following versions of GHC and cabal:
```
GHC 9.2.5
Cabal 3.6.2.0
```
run `nix develop` and then `cabal build all` to compile project.
## Compiling Plutus scripts
For compiling Plutus scripts make sure that you have `compiled` folder in the project root and run `cabal run compile`.
# Copy compiled scripts to offchain directory
After scripts are compiled you can copy them to offchain project (as the path to offchain project is hardcoded, this step is helpful only if the onchain and offchain projects are located in the same parent directory):
`cabal run copy-scripts`