-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
141 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.idea | ||
build | ||
.aptos | ||
.toml | ||
*.toml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.idea | ||
build | ||
.aptos | ||
Move.toml | ||
*.toml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# EREBRUS | ||
Smart Contract for the EREBRUS NFT with supply of 111. | ||
|
||
Where decentralization meets VPN for ultimate internet security. | ||
Anonymous Virtual Private Network for accessing internet in stealth mode bypassing filewalls and filters | ||
|
||
To be deployed to testnet under contract address: | ||
|
||
Entry Functions: | ||
- user_mint | ||
- delegate_mint | ||
|
||
View Functions: | ||
- total_minted_NFTs: Total NFTs minted so far | ||
- owner_of: Accepts tokenId to tell who is its owner | ||
|
||
Events: | ||
- NftMintedEvent | ||
|
||
## Revisions: | ||
### 1.0.1: | ||
### 1.0.2: | ||
### 1.0.3: | ||
- Deployed on mainnet under contract address: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.idea | ||
build | ||
.aptos | ||
.toml | ||
*.toml |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.idea | ||
build | ||
.aptos | ||
Move.toml | ||
*.toml |
Oops, something went wrong.