Skip to content

The repository contains demo of blockchain smart contract for assigning permission to another user and validation

License

Notifications You must be signed in to change notification settings

Prince269090/permission-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Permission Management - Demo

Follow the steps below to download, install, and run this project in the local environment.

Dependencies

Install these prerequisites in order to validate and run the project.

Step 1. Clone the project

git clone https://github.com/Prince269090/permission-master

Step 2. Install dependencies

$ npm install

Step 3. Start Ganache

Open the Ganache GUI client that you downloaded and installed. This will start your local blockchain instance.

Step 4. Compile & Deploy Smart Contract On ganache

$ truffle migrate --reset You must migrate the smart contract each time your restart ganache.

Step 5. Run below command to run the tests and validate the results.

$ truffle test

About

The repository contains demo of blockchain smart contract for assigning permission to another user and validation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published