Загрузить файлы в «/»

This commit is contained in:
vxps 2023-12-29 19:54:36 +00:00
parent 8aae68db96
commit 60abff7a5b
2 changed files with 11 additions and 1 deletions

View file

@ -1,4 +1,6 @@
package smart_contract_exchange
//go:build !exclude_crypto_ecdsa
package crypto_ex
import (
"encoding/json"

8
contract.yml Normal file
View file

@ -0,0 +1,8 @@
name: crypto_ex
build:
include:
- .
- !exclude:
- vendor/**
permissions:
- methods: '*'