Running on Local

To run the project on local you will have to do the following steps:

// Clone the project
git clone https://github.com/digitalbonds/akasify.git

// Install the packages
yarn install

// Run the ux
yarn run

// Run the blockchain
yarn chain

// Deploy the contract to local
yarn deploy

Last updated

Was this helpful?