Skip to content

Commit

Permalink
Merge pull request #6 from yongenaelf/feature/acs
Browse files Browse the repository at this point in the history
feat: add acs
  • Loading branch information
ymlalf authored Feb 8, 2024
2 parents 9aac9b6 + f178113 commit 9863062
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/aelf-contract-templates/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ echo "Activating feature 'aelf-contract-templates'"
VERSION=${VERSION:-undefined}
echo "The provided version is: $VERSION"

ACS_DIR=$HOME/aelf-acs/Protobuf
mkdir -p $ACS_DIR
curl -O --output-dir $ACS_DIR https://raw.githubusercontent.com/AElfProject/AElf/dev/protobuf/acs12.proto
echo "The path of acs is: $ACS_DIR"

if [ $VERSION = "latest" ]; then
dotnet new --install AElf.ContractTemplates
else
Expand Down

0 comments on commit 9863062

Please sign in to comment.