Skip to content

Commit 8635b6d

Browse files
committed
Initial Commit
0 parents  commit 8635b6d

15 files changed

+4193
-0
lines changed

.devcontainer/devcontainer.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "Plutus Tx Template",
3+
4+
"image": "docker.io/inputoutput/plutus-tx-template:latest",
5+
6+
"remoteUser": "plutus",
7+
8+
"mounts": [
9+
"source=${localEnv:HOME}/.cabal/packages,target=/home/plutus/.cabal/packages,type=bind,consistency=cached"
10+
]
11+
}

.github/dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for more information:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
# https://containers.dev/guide/dependabot
6+
7+
version: 2
8+
updates:
9+
- package-ecosystem: "devcontainers"
10+
directory: "/"
11+
schedule:
12+
interval: weekly

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
dist-newstyle
2+
.pre-commit-config.yaml
3+
validator.uplc
4+
cabal.project.freeze
5+
result

.hlint.yaml

Whitespace-only changes.

0 commit comments

Comments
 (0)