Skip to content

Simple smart contracts for different types of auctions

Notifications You must be signed in to change notification settings

mertcelebi/auction-contracts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auction-contracts 🎩

A repo to host auction contracts

Getting started

Install packages and start server (I prefer using yarn)

yarn
yarn start

Start a local blockchain like Ganache. You can use Ganache CLI or the desktop client.

ganache-cli

Add an .env file depending on which port ganache is running on and which port you want your server running on.

// .env
RPC_HOST="127.0.0.1"
RPC_PORT=8545

Compile and migrate your local smart contracts.

truffle migrate --reset

About

Simple smart contracts for different types of auctions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%