https://github.com/thegreataxios/edge-distribution
Edge Distributon of ERC-20 Tokens
https://github.com/thegreataxios/edge-distribution
Last synced: 4 months ago
JSON representation
Edge Distributon of ERC-20 Tokens
- Host: GitHub
- URL: https://github.com/thegreataxios/edge-distribution
- Owner: TheGreatAxios
- License: mit
- Created: 2023-12-26T20:44:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T00:09:49.000Z (over 1 year ago)
- Last Synced: 2024-04-15T05:10:12.687Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://edge-distribution.vercel.app
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Edge Distriubition
The followiwng is a simple edge distribution codebase for handling distribution of small amounts of testnet tokens.
This is not recommended or endorsed to be run by anyone or to be used in production enivronments.## Installation
Run `npm install` in the root of the directory after forking/cloning.
## Deployment (Launch)
To deploy the base protocol you must do the following:
1. Add a private key without the 0x to a .env file `cp .env.example .env && vim .env`
2. Add some tokens and gas tokens to this account on the chains you are supportingOnce complete, run the following to launch the protocol in local development mode:
```shell
npm run dev
```### Security and Liability
All contracts, code, examples, test are WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
### License
See [License](./LICENSE) in License