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.
Run npm install
in the root of the directory after forking/cloning.
To deploy the base protocol you must do the following:
- Add a private key without the 0x to a .env file
cp .env.example .env && vim .env
- Add some tokens and gas tokens to this account on the chains you are supporting
Once complete, run the following to launch the protocol in local development mode:
npm run dev
All contracts, code, examples, test are WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See License in License