Skip to content

MikletNg/aws-evm-tx-fifo

Repository files navigation

AWS EVM-based Blockchain Batch Transaction Handler

Click me for more information about this repository

Setup

  1. Install dependencies

    npm install # Install CDK dependencies
    cd contracts && npm install # Install hardhat dependencies
  2. Deploy Smart Contract

    cd contracts
    cp .env.example .env # Copy environment variables example to the real one
    vim .env # Edit the environment variables
    npx cdk deploy # Deploy the contract to Goerli and remember to copy the address
  3. Update the smart contract address in the CDK file

  4. Deploy the CDK stack

     npx cdk deploy
  5. Update the private key in secrets manager

  6. Test the large batch minting process

     npx ts-node src/put-message.ts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published