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.
To deploy this repository, please prerequisitely install: IC SDK.
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.
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.
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