Skip to content

manifoldxyz/token-owned-wallet-solidity

Repository files navigation

token-owned-wallet-solidity

Smart contract wallet for ERC721 tokens.

Setup

Using truffle framework

npm install -g truffle

npm install -g ganache-cli

install dependencies

npm install

Compile

truffle compile

Start development server

ganache-cli --accounts=1000 -l 20000000

Deploy migrations

truffle migrate

Run tests

truffle test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published