Skip to content

haloxtradee/story-protocol-deploy

Repository files navigation

halo-story-protocol-deploy

Clone the repo

git clone https://github.com/haloxtradee/story-protocol-deploy.git
cd story-protocol-deploy

install requirements

curl -L https://foundry.paradigm.xyz | bash
echo 'export PATH="$HOME/.foundry/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
foundryup
npm install --save-dev hardhat
yarn install
forge install
touch .env

write your private key

nano .env  # ctrl x+y
export $(cat .env | xargs)
forge build

and finally deploy your contract

forge script script/deploy.s.sol:DeployScript --rpc-url $STORY_TESTNET_URL --private-key $STORY_PRIVATEKEY --broadcast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published