Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 443 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 443 Bytes

Safient Tokens

quickstart

git clone https://github.com/safient/safient-token.git
cd safient-token
npm install
npm run chain

in a second terminal window:

npm run deploy
cd client
npm install
npm run start

🌐 Open http://localhost:3000 in your browser to test the application
🔏 Smart contract is located at /contracts
📝 Access artifacts from /subgraph and /client/src/contracts folders