Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1 KB

README.md

File metadata and controls

36 lines (19 loc) · 1 KB

Nodejs examples for Internet Computer Protocol

https://smartcontracts.org/docs/current/developer-docs/quickstart/hello10mins

Canisters

Make sure to create a .env file with the same format as .env.example

PATH_TO_PRIVATE_KEY path to your identity private keys

HOST should be https://boundary.ic0.app/

CYCLES_WALLET your wallet cansiter that holds your cycles

npm install Make sure you follow the installation guide

https://github.com/Psychedelic/sonic-js-example#setup-github-configuration

npm login --registry=https://npm.pkg.github.com --scope=@Psychedelic

npm start

For any questions please open an issue.