-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit eb1a833
Showing
49 changed files
with
51,752 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ALCHEMY_KEY= | ||
ETHERSCAN_API_KEY= | ||
DEPLOYER_PRIVATE_KEY= | ||
ADMIN_PRIVATE_KEY= | ||
ADMIN_2_PRIVATE_KEY= |
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,12 @@ | ||
.vscode/ | ||
node_modules/ | ||
cache/ | ||
artifacts/ | ||
coverage/ | ||
|
||
coverage.json | ||
|
||
.DS_Store | ||
|
||
|
||
.env |
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,3 @@ | ||
module.exports = { | ||
skipFiles: ["interfaces", "test", "mock", "proxies/TransparentUpgradeableProxy.sol"], | ||
}; |
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,20 @@ | ||
# Origination Terminal | ||
|
||
# Description | ||
|
||
## Interface for creating and managing token sale listings | ||
|
||
Projects can use the Origination Terminal to create a token listing and select any number of sale options, such as | ||
specifying vesting terms, whitelisting addresses, a reserve amount, a sliding price scale (ascending and descending). | ||
|
||
Listings created through this interface will pay a small fee for the listing, and a small percentage for any token sale. | ||
|
||
# Development instructions | ||
|
||
--- Run **npm i** beforehand --- | ||
--- cp .env.example .env and set up the variables --- | ||
|
||
To compile: | ||
**npx hardhat compile** | ||
To run tests: | ||
**npx hardhat test** |
Binary file not shown.
Oops, something went wrong.