Skip to content

Cyberk-vn/coinseeker-icp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published