mirror of
https://github.com/fluencelabs/eip712-validation-node
synced 2025-06-01 09:21:20 +00:00
fluence init
This commit is contained in:
parent
92982caacb
commit
8b4e706df4
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
.idea
|
||||
.DS_Store
|
||||
.fluence
|
||||
**/node_modules
|
||||
**/target/
|
||||
.repl_history
|
||||
.vscode/settings.json
|
||||
src/ts/src/aqua
|
||||
src/js/src/aqua
|
9
fluence-lock.yaml
Normal file
9
fluence-lock.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
# yaml-language-server: $schema=.fluence/schemas/fluence-lock.yaml.json
|
||||
|
||||
# Defines a lock file for Fluence Project dependencies. When dependencies are installed - their exact versions are saved here.
|
||||
|
||||
# Documentation: https://github.com/fluencelabs/fluence-cli/tree/main/docs/configs/fluence-lock.md
|
||||
|
||||
version: 0
|
||||
cargo:
|
||||
marine: 0.12.6
|
18
fluence.yaml
Normal file
18
fluence.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
# yaml-language-server: $schema=.fluence/schemas/fluence.yaml.json
|
||||
|
||||
# Defines Fluence Project, most importantly - what exactly you want to deploy and how. You can use `fluence init` command to generate a template for new Fluence project
|
||||
|
||||
# Documentation: https://github.com/fluencelabs/fluence-cli/tree/main/docs/configs/fluence.md
|
||||
|
||||
version: 2
|
||||
aquaInputPath: src/aqua/main.aqua
|
||||
dependencies:
|
||||
npm:
|
||||
"@fluencelabs/aqua-lib": 0.6.0
|
||||
cargo:
|
||||
marine: 0.12.6
|
||||
services:
|
||||
consensus:
|
||||
get: services
|
||||
deploy:
|
||||
- deployId: default
|
9
services/consensus/.gitignore
vendored
9
services/consensus/.gitignore
vendored
@ -1,9 +0,0 @@
|
||||
/target
|
||||
/artifacts
|
||||
**/*.rs.bk
|
||||
**/.idea
|
||||
**/artifacts
|
||||
**/.DS_Store
|
||||
**/node_modules
|
||||
**/dist
|
||||
*.bak
|
6
services/consensus/.vscode/extensions.json
vendored
Normal file
6
services/consensus/.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"redhat.vscode-yaml",
|
||||
"FluenceLabs.aqua"
|
||||
]
|
||||
}
|
5
services/consensus/.vscode/settings.json
vendored
Normal file
5
services/consensus/.vscode/settings.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"aquaSettings.imports": [
|
||||
"/Users/bebo/localdev/eip712-validation-node/services/consensus/.fluence/aqua"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user