plutus-starter icon indicating copy to clipboard operation
plutus-starter copied to clipboard

A starter project for Plutus apps

Results 12 plutus-starter issues
Sort by recently updated
recently updated
newest added
trafficstars

doing a cabal repl after cloning gives the following message ``` Error: cabal: Could not resolve dependencies: [__0] trying: Win32-network-0.1.0.0 (user goal) [__1] trying: base-4.16.3.0/installed-4.16.3.0 (dependency of Win32-network) [__2] next...

This piece of code is the same, we could reuse it in tests ```yaml strategy: matrix: os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/[email protected] - uses: nixbuild/nix-quick-install-action@v9 with:...