Skip to content

Smart contract and deployment scripts for the Ainstein ERC-20 token.

Notifications You must be signed in to change notification settings

AinsteinAGI/token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ainstein ERC-20 Token

This repo contains the smart contract for Ainstein's ERC-20 token. This smart contract is based on OpenZeppelin's industry standard contracts.

Installation

Run the following to install hardhat:

npm i --save-dev hardhat

Build and Deploy

Run the following hardhat tasks:

# Compile the contract
npx hardhat compile

# Deploy the contract (replace 'sepolia' with target network name)
npx hardhat run --network sepolia scripts/deploy.js

# Verify Source Code on Etherscan
npx hardhat verify --network sepolia [CONTRACT_ADDRESS] [OWNER_ADDRESS]

About

Smart contract and deployment scripts for the Ainstein ERC-20 token.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published