Skip to content

codeWhizperer/ERC721-AIRDROP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERC721 AIRDROP CONTRACT

An implementation of ERC721 standard on Starknet

How to use contract:

  1. Clone project
git clone https://github.com/codeWhizperer/ERC721-AIRDROP
  1. Change directory into working project
cd ERC721-AIRDROP
  1. Set up starknet-foundry account for declaration of contract: https://foundry-rs.github.io/starknet-foundry/starknet/account.html

  2. Set up profile in scarb.toml for contract declaration

# ...
[sncast.myprofile]
account = "user"
accounts-file = "~/my_accounts.json"
url = "http://127.0.0.1:5050/rpc"
# ...

Reference starknet-foundry for more information

  1. Declare contract via the command below:
sncast --profile <profile> declare --contract-name <contract_name>
  1. Deploy Contract:

Reference the deployment script to deploy contract

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages