Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.44 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.44 KB

Coinseeker.co x ICP Deployment

Coinseeker.co is leveraging on The Internet Computer to host and run our platform at a capacity without bound. This repo currently contain the testing of web infrastructure components and developing of ICP canisters.

How to Get Started

To deploy this repository, please prerequisitely install: IC SDK.

dfx.json (on the root foler)

The dfx.json file is a configuration file which specifies the canister used for the dapp.

Currently, we have deployed a static website, setting up one (1) canister for the website itself. In future iteration, we will setup both the frontend and the backend as separated canisters within the repository.

Website (src folder)

The website consists of an HTML file, CSS file, and Java Script files.

The index.html is the static html page, and all the assets displayed e.g., image, styles and javascript function, are located in the files folder.

How to Deploy

The local replica is started by running:

dfx start --background

When the local replica is up and running, run this command to deploy the canisters:

dfx deploy