Skip to content

Showcase simple smart contract authoring capability.

Notifications You must be signed in to change notification settings

markledev/ens-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run this code

Step 0a: Install truffle

yarn global add truffle

Step 0b: Install ganache-cli

yarn global add ganache-cli

Step 0c: Run local mini-blockchain with first 3 accounts unlocked and armed with 100 test ether.

ganache-cli -e -u 0 -u 1 -u 2

Step 1: Compile ENS.sol via truffle

truffle compile

Step 2: Deploy ENS to the blockchain

truffle migrate

Step 3: Run test cases based on business logic defined in ENS.sol

truffle test

About

Showcase simple smart contract authoring capability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published